Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/valibot/src/error/ValiError/ValiError.ts>Issue

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias Issue
import { type Issue } from "https://deno.land/x/valibot@v0.9.0/src/error/ValiError/ValiError.ts";

Issue type.

definition: { reason: IssueReason; validation: string; origin: "key" | "value"; message: string; input: any; path?: PathItem[]; issues?: Issues; abortEarly?: boolean; abortPipeEarly?: boolean; }