PatchNotApplicable
PatchNotApplicable
This fault is thrown if a patch install fails because the patch is not applicable to the host.
Typically, a subclass of this exception is thrown, indicating a problem such as the patch is superseded, already installed, or has dependencies missing, and so on.
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"
}
string
patchID
Required
The ID of the patch that is not applicable to the host.
Property Of