IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
BasicFailedReplyElement
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
BasicFailedReplyElement
editIntentionally left blank
Properties
edit-
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
Example
edit{
"code" : "string",
"fields" : [
"string"
],
"message" : "string"
}