ValidatorError
Defined in: utils/error.ts:3
Extends
Section titled “Extends”Error
Extended by
Section titled “Extended by”TypedBroadcastEventErrorTypedBroadcastChannelErrorTypedEventMapErrorTypedEventErrorTypedMessageError
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ValidatorError( errorType, errorId, issues, ... rest): ValidatorError;Defined in: utils/error.ts:4
Parameters
Section titled “Parameters”errorType
Section titled “errorType”string
errorId
Section titled “errorId”string
issues
Section titled “issues”readonly Issue[]
…unknown[]
Returns
Section titled “Returns”ValidatorError
Overrides
Section titled “Overrides”Error.constructor