Skip to main content
Module

x/ok_computer/errors.ts>AssertError

λ "Functions all the way down" data validation for JavaScript and TypeScript.
Latest
class AssertError
extends Error
import { AssertError } from "https://deno.land/x/ok_computer@v2.0.2/errors.ts";

Constructors

new
AssertError(errors: ErrItem<any>[], value?: unknown)

Properties

errors: ErrItem<any>[]
optional
value: unknown