A newer version is available. For the latest information, see the
current release documentation.
BasicFailedReply
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
BasicFailedReply
editIntentionally 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" } ] }