StandardSchemaValidationError
Class
An error used to indicate an issue validating against a standard schema.
constructor
StandardSchemaValidationError
@paramissue
StandardSchemaV1.Issue
@paramoptions
ValidationErrorOptions | undefined
@returns
StandardSchemaValidationError
kind
"standardSchema"
field
() => FieldState<unknown, string | number>
The field associated with this error.
message
string | undefined
Human readable error message.
[BRAND]
undefined
Brand the class to avoid Typescript structural matching
Jump to details