Vcha_Cluster_Witness_CheckResult
Vcha_Cluster_Witness_CheckResult
The Witness.CheckResult structure contains the warnings and errors that will occur during the clone operation.
JSON Example
{
"warnings": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
}
],
"errors": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
array of Std_LocalizableMessage
warnings
Required
A list of problems which may require attention, but which are not fatal.
array of Std_LocalizableMessage
errors
Required
A list of problems which are fatal to the operation and the operation will fail.