Skip to main content

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"
}