BasicFailedReply

edit

Intentionally left blank

Properties

edit
errors (array[BasicFailedReplyElement], required)
A list of errors that occurred in the failing request

Example

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