{"componentChunkName":"component---src-templates-simple-markdown-js","path":"/celonis-apis/api-reference/common-error-catalog/","matchPath":"","result":{"data":{"markdownRemark":{"html":"<h1 style=\"position:relative;\"><a href=\"#common-api-error-catalog\" aria-label=\"common api error catalog permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"common-api-error-catalog\"></div>Common API Error Catalog</h1>\n<p>This topic identifies the most common error codes and messages returned by Celonis APIs. Specifically, the errors listed below are in the global, or default, domain for Celonis APIs. Some APIs also define their own domains, which identify API-specific errors that are not in the global domain.</p>\n<h2 style=\"position:relative;\"><a href=\"#authentication-and-authorization-errors\" aria-label=\"authentication and authorization errors permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"authentication-and-authorization-errors\"></div>Authentication and Authorization Errors</h2>\n<table>\n  <tr>\n   <td rowspan=\"2\" ><strong>Returned when</strong>\n   </td>\n   <td colspan=\"2\" ><strong>Response</strong>\n   </td>\n  </tr>\n  <tr>\n   <td><strong>Status code</strong>\n   </td>\n   <td><strong>Example</strong>\n   </td>\n  </tr>\n  <tr>\n   <td>Request does not provide a Bearer token.\n   </td>\n   <td>401\n   </td>\n   <td><pre>{\"error\": \"Unauthorized\"}</pre>\n   </td>\n  </tr>\n  <tr>\n   <td>The Bearer token is passed but is empty or follows an invalid format. \n   </td>\n   <td>401\n   </td>\n   <td><pre>Invalid \"Authorization\" header format. \nShould start either with \"Bearer \" or \"AppKey \" (case insensitive).</pre>\n   </td>\n  </tr>\n  <tr>\n   <td>The user does not have permission to access a specific resource such as a Knowledge Model.\n   </td>\n   <td>403\n   </td>\n   <td>\n<pre>{\n   \"title\": \"Access Denied.\",\n   \"status\": 403,\n   \"detail\": \"Access is denied\",\n   \"errorCode\": \"ADMIN_ACCESS_ERROR\"\n}</pre>\n   </td>\n  </tr>\n  <tr>\n   <td>The API is disabled.\n   </td>\n   <td>403\n   </td>\n   <td><pre>EMPTY BODY</pre>\n   </td>\n  </tr>\n</table>\n<h2 style=\"position:relative;\"><a href=\"#common-errors\" aria-label=\"common errors permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"common-errors\"></div>Common Errors</h2>\n<table>\n  <tr>\n   <td rowspan=\"2\" ><strong>Returned when</strong>\n   </td>\n   <td colspan=\"2\" ><strong>Response</strong>\n   </td>\n  </tr>\n  <tr>\n   <td><strong>Status code</strong>\n   </td>\n   <td><strong>Example</strong>\n   </td>\n  </tr>\n  <tr>\n   <td>Sending an invalid format as part of the <code>page</code> parameter.\n   </td>\n   <td>400\n   </td>\n   <td><pre>{\n   \"title\": \"Query parameter type mismatch.\",\n   \"status\": 400,\n   \"detail\": \"Invalid query parameter type.\",\n   \"errorCode\": \"GENERAL_PARAMETER_MISSMATCH\"\n}</pre>\n   </td>\n  </tr>\n  <tr>\n   <td>Sending an invalid format as part of the <code>pageSize</code> parameter.\n   </td>\n   <td>400\n   </td>\n   <td><pre>{\n   \"title\": \"Query parameter type mismatch.\",\n   \"status\": 400,\n   \"detail\": \"Invalid query parameter type.\",\n   \"errorCode\": \"GENERAL_PARAMETER_MISSMATCH\"\n}</pre>\n   </td>\n  </tr>\n  <tr>\n   <td>Requesting a non-existing path.\n   </td>\n   <td>404\n   </td>\n   <td><pre>{\n   \"title\": \"Path not found.\",\n   \"status\": 404,\n   \"detail\": \"The path does not exist.\",\n   \"errorCode\": \"GENERAL_NOTFOUND_PATH\"\n}</pre>\n   </td>\n  </tr>\n  <tr>\n   <td>Unexpected server-side error.\n   </td>\n   <td>500\n   </td>\n   <td><pre>{\n   \"title\": \"Unexpected error.\",\n   \"status\": 500,\n   \"detail\": \"Something went wrong while handling the request. Please contact Celonis customer support. Celonis Support ID: 671d3bdc-9feb-45ff-b367-7b47470d4680\",\n   \"errorCode\": \"ADMIN_FATAL_ERROR\"\n}</pre>\n   </td>\n  </tr>\n  <tr>\n   <td>Rate limit has been exceeded.\n   </td>\n   <td>429\n   </td>\n   <td><pre>{\n   \"title\": \"Rate limit exceeded\",\n   \"status\": 429,\n   \"detail\": \"Rate limit for INTELLIGENCE_API_RATE_LIMIT is exceeded. Please try again at 06:10:41 UTC.\",\n   \"errorCode\": \"LIMIT_RATE_EXCEEDED\"\n}</pre>\n   </td>\n  </tr>\n    <tr>\n   <td>Rate limit is not found for the size defition.\n   </td>\n   <td>404\n   </td>\n   <td><pre>{\n   \"title\": \"Limit MAX_REQUESTS not found.\",\n   \"status\": 404,\n   \"detail\": \"Limit MAX_REQUESTS in size L not found.\",\n   \"errorCode\": \"LIMIT_SIZE_NOTFOUND\"\n}</pre>\n   </td>\n  </tr>\n    <tr>\n   <td>Rate limit is not properly configured.\n   </td>\n   <td>404\n   </td>\n   <td><pre>{\n   \"title\": \"Limit MAX_REQUESTS not found.\",\n   \"status\": 404,\n   \"detail\": \"Invalid limit configuration.\",\n   \"errorCode\": \"LIMIT_NOTFOUND\"\n}</pre>\n   </td>\n  </tr>\n</table>","headings":[{"value":"Common API Error Catalog","depth":1},{"value":"Authentication and Authorization Errors","depth":2},{"value":"Common Errors","depth":2}]},"contentItem":{"data":{"lastModified":"2025-08-13T22:18:54.000Z","enableToc":null,"disableLastModified":null,"tocMaxDepth":null,"requestLogin":false}},"siteConfig":{"enableToc":false,"disableLastModified":false,"tocMaxDepth":4}},"pageContext":{"matchPath":"","id":"c6ea6ae7-2ddd-5653-a419-83c35676312a__redocly content/celonis-apis/api-reference/common-error-catalog/","seo":{"title":"Common API Error Catalog","description":null,"image":"","keywords":null,"jsonLd":null,"lang":null,"siteUrl":null},"pageId":"celonis-apis/api-reference/common-error-catalog.md","pageBaseUrl":"/celonis-apis/api-reference/common-error-catalog","type":"markdown","toc":{"enable":true,"maxDepth":4,"headings":[{"depth":1,"value":"Common API Error Catalog","id":"common-api-error-catalog"},{"depth":2,"value":"Authentication and Authorization Errors","id":"authentication-and-authorization-errors"},{"depth":2,"value":"Common Errors","id":"common-errors"}]},"data":{"title":""},"catalogInfo":null,"link":"/celonis-apis/api-reference/common-error-catalog/","sidebarName":"celonis","isLanding":false,"showPrevButton":null,"showNextButton":null,"apiVersions":null,"apiVersionId":null,"isDefaultApiVersion":null}},"staticQueryHashes":["1123603147","1302185487","1344209882","1398840060","1520077861","1975142765","2667623876","2950305614","3240152602","3743992808","561138138"]}