class NegateError implements INegateError<T>, IError<INegateError<T> | string>import { NegateError } from "https://deno.land/x/ok_computer@v2.0.1/errors.ts"; ConstructorsnewNegateError(error: T)Type ParametersTPropertieserror: Ttype: stringMethodstoJSON()toPrimitiveError(): string | INegateError<T>toString()