FieldError
Represents a field validation error with the necessary details.
fieldstring
Identifies the JSON request field.
errorstring
The problem associated with the field.
FieldError
{
"field": "string",
"error": "string"
}
Represents a field validation error with the necessary details.
Identifies the JSON request field.
The problem associated with the field.
{
"field": "string",
"error": "string"
}