A newer version is available. For the latest information, see the
current release documentation.
ClusterPlanAttemptError
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ClusterPlanAttemptError
editInformation about an error during a plan attempt.
Properties
edit-
details(map[string,string, required)] - A map with details regarding the error. Both the keys and values are always strings, representing the name of the detail and its value, respectively.
-
failure_type(string) - The failure type
-
message(string, required) - Human readable error message
-
timestamp(stringasdate-time, required) - Timestamp marking on info log of step
Example
edit{
"details" : {
"some_property" : "string"
},
"failure_type" : "string",
"message" : "string",
"timestamp" : "2019-01-01T00:00:00Z"
}