ValidationCheck
ValidationCheck
Represents a validation check
JSON Example
{
"description": "string",
"severity": "One among: WARNING, ERROR, INFO",
"resultStatus": "One among: IN_PROGRESS, SUCCEEDED, FAILED, SKIPPED, CANCELLED, CANCELLATION_IN_PROGRESS",
"errorResponse": {
"errorCode": "string",
"errorType": "string",
"arguments": [
"string"
],
"context": {
"context": "string"
},
"message": "string",
"remediationMessage": "string",
"causes": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
"Error Object"
],
"referenceToken": "string"
}
}
string
description
Required
Description of the validation check
string
severity
Required
Severity of the validation check
string
resultStatus
Required
Result status of the validation check after it has completed its execution
errorResponse
Optional
Error response containing a minor error code, a localized error message, a localized remediation message and optionally a reference token to correlate the error with the logs