VchaClusterWitnessCheckResult
The Witness.CheckResult structure contains the warnings and errors that will occur during the clone operation.
Properties
array of
StdLocalizableMessage
errors
Required
A list of problems which are fatal to the operation and the operation will fail.
array of
StdLocalizableMessage
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"
}
]
}