Newer Version Available
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 |