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.
Error Response
Output representation of the error details.
- JSON Example
-
1{ 2 "detail": "Looks like you don't have access to this feature. Your Salesforce admin can help with that.", 3 "errors": [ 4 { 5 "code": "INTERNAL_ERROR", 6 "message": "Something went wrong. Try again later or contact your Salesforce admin for help." 7 } 8 ], 9 "instance": "", 10 "title": "Access Denied" 11}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| detail | String | Description of the error. | Small, 62.0 | 62.0 |
| errors | Error Details[] | Error details for the API process. | Small, 62.0 | 62.0 |
| instance | String | Instance where the error occurred. | Small, 62.0 | 62.0 |
| title | String | Short label for the error type. | Small, 62.0 | 62.0 |