ClusterPlanAttemptErroredit

Information about an error during a plan attempt.

Propertiesedit

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 (string as date-time, required)
Timestamp marking on info log of step

Exampleedit

{
   "details" : {
      "some_property" : "string"
   },
   "failure_type" : "string",
   "message" : "string",
   "timestamp" : "2019-01-01T00:00:00Z"
}