BasicFailedReplyedit

Intentionally left blank

Propertiesedit

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

Exampleedit

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