Skip to main content
Module

x/value_schema/dist-deno/exporter.ts>ValueSchemaError.raise

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, and Deno
Go to Latest
method ValueSchemaError.raise
Re-export
import { ValueSchemaError } from "https://deno.land/x/value_schema@v4.0.0-rc.1/dist-deno/exporter.ts";

throw an error

Parameters

rule: RULE

the rule that input value didn't satisfy

values: Values

input/output values

keyStack: Key[]

path to key that caused error

Returns

never