MissingObject
MissingObject
Used for reporting missing objects that were explicitly referenced by a filter spec.
In other words, any of the objects referenced in objectSet
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"obj": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"fault": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
obj
Required
The object that is being reported missing
fault
Required
Fault describing the failure to lookup this object
The possible faults for missing objects are:
- SystemError if there was some unknown problem looking up the object
- ManagedObjectNotFound if the object is no longer available