VchaClusterWitnessCheckResult

The Witness.CheckResult structure contains the warnings and errors that will occur during the clone operation.


Properties

errors Required

A list of problems which are fatal to the operation and the operation will fail.


warnings Required

A list of problems which may require attention, but which are not fatal.

JSON Example

{
	"errors": [
		{
			"args": [
				"string"
			],
			"default_message": "string",
			"id": "string"
		}
	],
	"warnings": [
		{
			"args": [
				"string"
			],
			"default_message": "string",
			"id": "string"
		}
	]
}
Returned By

Check Cluster Witness

Feedback

Was this page helpful?