Multi-Root Policy Asynchronous Response
Details of the multi-root policy that's processed asynchronously.
- JSON example
-
1{ 2 "error": { 3 "detail": "Error detail message.", 4 "errors": [ 5 { 6 "code": "ERROR_CODE", 7 "message": "Error message." 8 } 9 ], 10 "instance": "Instance info", 11 "title": "Error Title" 12 }, 13 "jobIdentifier": "08Pxx0000000001EAA" 14}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| error | Error Output | List of errors that occurred during the processing of the API request. | Small, 66.0 | 66.0 |
| jobIdentifier | String | ID of the asynchronous job that's generated to process the multi-root policy along with its child policies. | Small, 66.0 | 66.0 |