IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. 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"
}
]
}