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