VchaClusterErrorCondition

The Cluster.ErrorCondition structure contains an error condition and a recommendation to handle the error condition.


Properties

error Required

Contains an error condition.


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"
	}
}
Property Of

VchaClusterInfo

Feedback

Was this page helpful?