PatchBinariesNotFound

PatchBinariesNotFound
PatchBinariesNotFound

This fault is thrown if a patch install fails because the binaries associated with the patch are not found.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "patchID": "string",
    "binary": [
        "string"
    ]
}
string
patchID
Required

The patch whose associated binaries are not found.

array of string
binary
Optional

The binaries that are not found.