VchaClusterErrorCondition
The Cluster.ErrorCondition structure contains an error condition and a recommendation to handle the error condition.
Properties
recommendation
Optional
Contains a recommendation on handling the error condition. If unset, there is no tip for the error condition.
JSON Example
{
"error": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
}