ValidationErrorWithField
interface
Validation error with a field.
field
() => FieldState<unknown, string | number>The field associated with this error.
kind
stringIdentifies the kind of error.
message
string | undefinedHuman readable error message.
Description
Validation error with a field.
This is returned from field state, e.g., catField.errors() would be of a list of errors with
field: catField bound to state.
Jump to details