ProfileExecuteError

ProfileExecuteError
ProfileExecuteError

The ProfileExecuteError data object describes an error encountered during host profile execution.

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

Path to the profile or policy with which the error is associated.

message
Required

Message describing the error.