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

x/validatte/errors.ts>ValidationError

A Savory Class validator for Deno
Latest
type alias ValidationError
import { type ValidationError } from "https://deno.land/x/validatte@0.7.5/errors.ts";
definition: { property: string; errorMessage: string; constraints: any[]; }