Skip to main content
Module

x/ok_computer/errors.ts>LogicalOperatorError

λ "Functions all the way down" data validation for JavaScript and TypeScript.
Latest
class LogicalOperatorError
implements ILogicalOperator<T>, IError<ILogicalOperator<T> | string>
import { LogicalOperatorError } from "https://deno.land/x/ok_computer@v2.0.2/errors.ts";

Constructors

new
LogicalOperatorError(operator: string, errors: T)

Type Parameters

T extends any[]

Properties

errors: T
operator: string
type: string

Methods

toPrimitiveError(): string | ILogicalOperator<T>