Skip to content

Type Alias: ValidationError

ts
type 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.