Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/index.ts>StandardFailureResult

The modular and type safe schema library for validating structural data 🤖
Go to Latest
interface StandardFailureResult
import { type StandardFailureResult } from "https://deno.land/x/valibot@v1.0.0-beta.4/src/index.ts";

The result interface if validation fails.

Properties

readonly
issues: ReadonlyArray<StandardIssue>

The issues of failed validation.