MissingProperty
MissingProperty
Used for reporting properties for which values could not be retrieved.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"path": "string",
"fault": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
string
path
Required
Property for which a value could not be retrieved
fault
Required
Fault describing the failure to retrieve the property value.
The possible faults for missing properties are:
- SystemError if there was some unknown problem reading the value
- SecurityError if the logged in session did not have permission to read the value