Skip to main content
Object implements Error

Fields

message
required
A helpful message to help fix the invalid value.
code
required
A static code for tying the response back programmatically.
field
required
The field that is invalid.
{
  "message": "abc123",
  "code": "FIELD_TOO_LONG",
  "field": "abc123"
}