PbmProfileOperationOutcome
PbmProfileOperationOutcome
The PbmProfileOperationOutcome data object describes the result of a PbmProfileProfileManager operation.
If there was an error during the operation, the object identifies the fault.
This structure may be used only with operations rendered under /pbm
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"profileId": {
"_typeName": "string",
"uniqueId": "string"
},
"fault": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
profileId
Required
Profile unique identifier.
This structure may be used only with operations rendered under /pbm
.
fault
Optional
The base data object type for all the object model faults that an application might handle.