BasicFailedReplyElementedit

Intentionally left blank

Propertiesedit

code (string, required)
A structured code representing the error type that occurred
fields (array[string])
If the error can be tied to a specific field or fields in the user request, this lists those fields
message (string, required)
A human readable message describing the error that occurred

Exampleedit

{
   "code" : "string",
   "fields" : [
      "string"
   ],
   "message" : "string"
}