Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

A Valibot error with useful information.

Constructors

new
ValiError(issues: Issues)

Creates a Valibot error with useful information.