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
Identifies the profile specified for the operation.
fault
Optional
One of the PbmFault objects.