class LogicalOperatorError implements ILogicalOperator<T>, IError<ILogicalOperator<T> | string>import { LogicalOperatorError } from "https://deno.land/x/ok_computer@v2.0.1/errors.ts"; ConstructorsnewLogicalOperatorError(operator: string, errors: T)Type ParametersT extends any[]Propertieserrors: Toperator: stringtype: stringMethodstoJSON()toPrimitiveError(): string | ILogicalOperator<T>toString()