Skip to main content
Module

x/abstruct/mod.ts>ValidationFailure

Abstract structure for JavaScript data validation
Latest
interface ValidationFailure
import { type ValidationFailure } from "https://deno.land/x/abstruct@1.0.0/mod.ts";

Validation failure.

Properties

message: string

The validation failure message.

instancePath: PropertyKey[]

The path to a part of the instance.