ClusterPlanAttemptError
editClusterPlanAttemptError
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
(string
asdate-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" }