Skip to content

Variable: ValidationError

ts
ValidationError: ValidationError;

Represents a validation error encountered during the validation of a payload. When using syncronous validation, this error is returned along an undefined value. When using asynchronous validation, this error is thrown.