ValidationCheck

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",
    "acknowledge": false,
    "errorResponse": {
        "errorCode": "string",
        "errorType": "string",
        "arguments": [
            "string"
        ],
        "context": {
            "context": "string"
        },
        "message": "string",
        "remediationMessage": "string",
        "causes": [
            {
                "type": "string",
                "message": "string"
            }
        ],
        "nestedErrors": [
            "Error Object"
        ],
        "referenceToken": "string",
        "label": "string",
        "remediationUrl": "string"
    }
}
string
description
Optional

Description of the validation check

string
severity
Optional

Severity of the validation check

string
resultStatus
Required

Result status of the validation check after it has completed its execution

boolean
acknowledge
Optional

Flag indicating whether the validation check requires acknowledgment

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

Property Of