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