Skip to main content
Object implements Error

Fields

message
required
A helpful message to help fix the validation error.
code
required
A static code for tying the response back programmatically.
{
  "message": "abc123",
  "code": "INVALID_OWNER"
}