Skip to main content
Module

x/valibot/mod.ts>ValiError

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
class ValiError
extends Error
Re-export
import { ValiError } from "https://deno.land/x/valibot@v0.11.1/mod.ts";

A Valibot error with useful information.

Constructors

new
ValiError(issues: Issues)

Creates a Valibot error with useful information.