Skip to main content

APIErrorDetail

fieldstringrequired

The field that caused the error.

messagestringrequired

Human-readable description of the field error.

codestringrequired

Machine-readable error code for this field.

APIErrorDetail
{
"field": "string",
"message": "string",
"code": "string"
}