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, Deno, and Bun
Go to Latest
method ValueSchemaError.raise
Re-export
import { ValueSchemaError } from "https://deno.land/x/value_schema@v3.1.2/dist-deno/exporter.ts";

throw an error

Parameters

cause: CAUSE

cause of error

values: Values

input/output values

keyStack: Key[]

path to key that caused error

Returns

never