AnswerFileStatusError

AnswerFileStatusError
AnswerFileStatusError

The AnswerFileStatusError data object describes an answer file error and identifies the profile or policy option with which the error is associated.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "userInputPath": {
        "_typeName": "string",
        "profilePath": "string",
        "policyId": "string",
        "parameterId": "string",
        "policyOptionId": "string"
    },
    "errMsg": {
        "_typeName": "string",
        "key": "string",
        "arg": [
            {
                "_typeName": "string",
                "key": "string",
                "value": {
                    "_typeName": "string"
                }
            }
        ],
        "message": "string"
    }
}
userInputPath
Required

Path to a profile or a policy option for host-specific data.

errMsg
Required

Message describing the error.