Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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 |