Core APIs
Get sample error (bulk operations)
Returns a sample error response that might occur if one or more operations fails from a bulk operation request. Note that the HTTP status would raise an error and that’s a normal behavior.
GET
Response
500 - application/json
The error code that is unique to the error type. This can be used to identify the error type and can be used for debugging.
The error message that is human readable and can be used to understand the error. Usually fit to be displayed to the user.