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.
Insurance Error
Output representation for an error that occurred during a census management operation.
- JSON example
-
1{ 2 "code": "RESOURCE_NOT_FOUND", 3 "message": "The requested resource does not exist", 4 "additionalInfo": { 5 "memberId": "0r6RM0000000h1pYAA" 6 } 7}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| additionalInfo | Map | Map of additional details about the error, such as the ID of the record that caused the failure. | Small, 65.0 | 65.0 |
| code | String | Error code. | Small, 65.0 | 65.0 |
| message | String | Error message. | Small, 65.0 | 65.0 |