code and a human-readable message.
Example
Properties
string
A unique identifier for the validation rule that failed.Example:
"username-too-short", "username-invalid-characters"string
The field associated with the validation error, typically “username”, “email”, or “phone”.
string
A human-readable description of the error.Example:
"Username must be at least 3 characters long."