{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Subscription API Error Catalog","description":"API documentation for Celonis APIs.","siteUrl":"https://developer.celonis.com/","keywords":"celonis developer portal, celonis apis, celonis api reference docs","lang":"en-US","llmstxt":{"hide":false,"description":"Celonis API documentation","sections":[{"title":"API Docs","description":"Available Celonis API Docs","includeFiles":["**/*.md"],"excludeFiles":[]},{"title":"API Specs","description":"All Celonis API specifications","includeFiles":["**/openapi.yaml"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"subscription-api-error-catalog","__idx":0},"children":["Subscription API Error Catalog"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This section documents the errors that Subscription API may return (standard error messages are described"," ","in ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/celonis-apis/api-reference/common-error-catalog"},"children":["Common API Error Catalog"]},")."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"subscription-to-triggers-endpoints-errors","__idx":1},"children":["Subscription to Triggers Endpoints Errors"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"width":"40%","rowSpan":2,"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Returned when"]}," "," "]},{"$$mdtype":"Tag","name":"th","attributes":{"colSpan":2,"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response"]}," "]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Status code"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unable to create the subscription to the EMS Trigger."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"The subscription is not created\",\n    \"status\": 400,\n    \"detail\": \"We could not create the subscription, please retry. If the problem persists, please contact us.\",\n    \"errorCode\": \"SUBSCRIPTION_TRIGGER_FAILED\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The uri provided in ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["callbackInfo"]}," attribute, is not visible from Celonis"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"The provided callback is not reachable\",\n    \"status\": 400,\n    \"detail\": \"We checked the callback uri but it failed.\",\n    \"errorCode\": \"SUBSCRIPTION_CALLBACK_FAILED\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["You tried to create a subscription but the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["triggerId"]}," parameter is wrong."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["404"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Trigger not found\",\n    \"status\": 404,\n    \"detail\": \"The specified trigger id could not be located.\",\n    \"errorCode\": \"SUBSCRIPTION_TRIGGER_NOTFOUND\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The uri provided in ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["callbackInfo"]}," attribute, is not valid for the given ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["protocol"]},"."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"The uri is not supported\",\n    \"status\": 400,\n    \"detail\": \"The requested URI does not support the required protocol.\",\n    \"errorCode\": \"SUBSCRIPTION_URI_ILLEGAL\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The headers provided in ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["callbackInfo"]}," are not valid"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Empty header not allowed.\",\n    \"status\": 400,\n    \"detail\": \"Headers must contain a name and a value.\",\n    \"errorCode\": \"SUBSCRIPTION_EMPTY_HEADER\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["You tried to access to a subscription but the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscriptionId"]}," parameter is wrong."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["404"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Subscription not found\",\n    \"status\": 404,\n    \"detail\": \"The subscription does not exist.\",\n    \"errorCode\": \"SUBSCRIPTION_SUBSCRIPTION_NOTFOUND\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["You tried to manually extract data from a subscription, but the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscriptionId"]}," parameter has an illegal status (is Active or Paused)."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Can't extract from subscription.\",\n    \"status\": 400,\n    \"detail\": \"This action cannot be performed because it is incompatible with the subscription's current status.\",\n    \"errorCode\": \"SUBSCRIPTION_CANT_EXTRACT\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["You tried to execute an action but the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscriptionId"]}," parameter has an illegal status (is Suspended)."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Subscription is suspended\",\n    \"status\": 400,\n    \"detail\": \"This action cannot be performed because it is incompatible with the subscription's current status.\",\n    \"errorCode\": \"SUBSCRIPTION_SUBSCRIPTION_SUSPENDED\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["You tried to execute an action but the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscriptionId"]}," parameter has an illegal status for that action."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Illegal Subscription status\",\n    \"status\": 400,\n    \"detail\": \"This action cannot be performed because it is incompatible with the subscription's current status.\",\n    \"errorCode\": \"SUBSCRIPTION_SUBSCRIPTION_ILLEGAL_STATUS\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["You tried to access to a subscription but you don't have permissions."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["403"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Subscription access denied\",\n    \"status\": 403,\n    \"detail\": \"Subscription access denied.\",\n    \"errorCode\": \"SUBSCRIPTION_SUBSCRIPTION_ACCESSDENIED\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["You tried to create a new subscription but your quota is exceeded."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["403"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"The subscription is not created\",\n    \"status\": 403,\n    \"detail\": \"Subscription limit reached. You have hit the maximum number of subscriptions allowed.\",\n    \"errorCode\": \"SUBSCRIPTION_LIMIT_EXCEEDED\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["You tried to create or update a subscription but your quantity of headers is exceeded."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Header limit exceeded\",\n    \"status\": 400,\n    \"detail\": \"The headers limit were exceeded.\",\n    \"errorCode\": \"HEADER_LIMIT_EXCEEDED\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["You tried to create or update a subscription but your size of headers is exceeded."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Header limit size exceeded\",\n    \"status\": 400,\n    \"detail\": \"The headers limit size were exceeded.\",\n    \"errorCode\": \"HEADER_LIMIT_SIZE_EXCEEDED\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["You tried to create or update a subscription but your headers contain non-allowed information."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Non Allowed Header Found\",\n    \"status\": 400,\n    \"detail\": \"The headers contain non-allowed information.\",\n    \"errorCode\": \"NON_ALLOWED_HEADER_FOUND\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["You tried to create or update a subscription but the name contains special chars that are not allowed."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Subscription attribute Name.\",\n    \"status\": 400,\n    \"detail\": \"Name value is not valid.\",\n    \"errorCode\": \"SUBSCRIPTION_INVALID_NAME\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["You tried to create a subscription but something went wrong in the process."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"We couldn't subscribe.\",\n    \"status\": 400,\n    \"detail\": \"The subscription wasn't able to subscribe, please retry if the problem persist, please contact us.\",\n    \"errorCode\": \"SUBSCRIPTION_UNABLE_CREATE\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["You tried to delete a subscription but something went wrong in the process."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"We couldn't unsubscribe\",\n    \"status\": 400,\n    \"detail\": \"The subscription wasn't able to delete, please retry if the problem persist, please contact us.\",\n    \"errorCode\": \"SUBSCRIPTION_UNABLE_DELETE\"\n    }\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Not authorized. The operation is allowed only to the subscription owner or administators."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["403"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Not an allowed user\",\n    \"status\": 403,\n    \"detail\": \"Not allowed: only the subscription owner or team admins can perform this operation.\",\n    \"errorCode\": \"SUBSCRIPTION_FORBIDDEN\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Not authorized. The operation is allowed only to the subscription owner or administrators."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["403"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Not an allowed user\",\n    \"status\": 403,\n    \"detail\": \"Not allowed: only the subscription owner or team admins can perform this operation.\",\n    \"errorCode\": \"SUBSCRIPTION_FORBIDDEN\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Offset is Illegal. The replay operation could not be executed since the offset must be a value between 0 and the latest offset received for the subscription."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Offset is illegal\",\n    \"status\": 400,\n    \"detail\": \"The offset: XXX is not available\",\n    \"errorCode\": \"SUBSCRIPTION_OFFSET_ILLEGAL\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unexpected server-side error connecting to the Subscription."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Unable to connect to the Subscription.\",\n    \"status\": 500,\n    \"detail\": \"We could not connect to the Subscription. Please retry, and if the error persist, please contact Celonis.\",\n    \"errorCode\": \"SUBSCRIPTION_FATAL_ERROR\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Requesting without a Mandatory parameter,",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paramName"]},"."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Missing mandatory parameters: param is mandatory.\",\n    \"status\": 400,\n    \"detail\": \"Missing mandatory parameters\",\n    \"errorCode\": \"GENERAL_PARAMETER_MISSING\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Passing an empty ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paramName"]}," parameter."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Some params have constraint violations.\",\n    \"status\": 400,\n    \"detail\": \"[paramName: size must be between 1 and 200]\",\n    \"errorCode\": \"GENERAL_CONSTRAINT_VIOLATION\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Passing an empty ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paramName"]}," parameter."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Value is not supported.\",\n    \"status\": 400,\n    \"detail\": \"Unsupported value for a field.\",\n    \"errorCode\": \"GENERAL_CONSTRAINT_VIOLATION\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Sending special characters in the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paramName"]}," parameter."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Special characters are not allowed.\",\n    \"status\": 400,\n    \"detail\": \"Some special characters were found and they are not allowed for querying.\",\n    \"errorCode\": \"GENERAL_CHARS_NOTALLOWED\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Referencing a non-existing Knowledge Model."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["404"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Knowledge Model not found.\",\n    \"status\": 404,\n    \"detail\": \"The specified KnowledgeModel ID could not be located.\",\n    \"errorCode\": \"KM_MODEL_NOTFOUND\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Requesting a non-existing field in the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sort"]}," parameter."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Unknown sorting fields\",\n    \"status\": 400,\n    \"detail\": \"These fields don't exist at the given record [test].\",\n    \"errorCode\": \"SORT_UNKNOWN_FIELD\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Sending an empty ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sort"]}," parameter."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Sort parameter error length.\",\n    \"status\": 400,\n    \"detail\": \"Sort parameter should not be empty.\",\n    \"errorCode\": \"SORT_IS_EMPTY\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Sending, as part of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sort"]}," parameter, the same field with opposite sorting criterias."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"Some sort fields have duplicated fields.\",\n    \"status\": 400,\n    \"detail\": \"Conflicting sort parameters: duplicate fields with opposite directions.\",\n    \"errorCode\": \"SORT_HAS_OPPOSITE\"\n}\n","lang":"javascript"},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The uri provided in the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["callbackInfo"]}," attribute is not SSRF compliant."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"{\n    \"title\": \"The URI is not supported\",\n    \"status\": 400,\n    \"detail\": \"Invalid URI provided.\",\n    \"errorCode\": \"URI_VALIDATION_ERROR\"\n}\n","lang":"javascript"},"children":[]}]}]}]}]}]}]},"headings":[{"value":"Subscription API Error Catalog","id":"subscription-api-error-catalog","depth":1},{"value":"Subscription to Triggers Endpoints Errors","id":"subscription-to-triggers-endpoints-errors","depth":2}],"frontmatter":{"seo":{"title":"Subscription API Error Catalog"}},"lastModified":"2026-03-06T18:08:39.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/process-intelligence-apis/subscription-api/api-reference/error-catalog","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}