ValidationErrorWithoutField
interface
Validation error with no field.
field
undefinedThe field associated with this error.
kind
stringIdentifies the kind of error.
message
string | undefinedHuman readable error message.
Description
Validation error with no field.
This is used to strongly enforce that fields are not allowed in validation result.
Jump to details