Skip to main content

FieldError

Represents field validation error.

fieldstring

Identifies the JSON request field.

errorstring

The problem associated with the field.

FieldError
{
"field": "string",
"error": "string"
}