Handling Errors

Handling Errors

Each endpoint describes possible 400 (Bad Request), 401 (Unauthorized), 403 (Forbidden), 404 (Not Found), etc. responses in the OpenAPI specification.

Example Error Response:

{
  "errorCode": "400-115",
  "errorMessage": "Invalid field names: {Account}.All, {Account}.test",
  "diagnosticCode": "ce0fc1770e0d425b88892df4f663bf07"
}