PatchMetadataInvalid
PatchMetadataInvalid
This fault is thrown if a patch query or installation operation fails because of a problem with the metadata associated with the patch.
Typically, a subclass of this exception is thrown, indicating a problem such as the metadata is not found or the metadata is corrupted.
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",
"metaData": [
"string"
]
}
string
patchID
Required
The patch ID whose associated metadata is invalid.
array of string
metaData
Optional
The metadata file that is not available or corrupted.