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
stakeholderId
required
The associated stakeholder ID
{
  "message": "abc123",
  "code": "FIELD_TOO_LONG",
  "field": "abc123",
  "stakeholderId": "72ef289d-77d4-4696-8a08-da83ed15b751"
}