Connect API Errors
Categories
GENERAL- Generic service errorsREQUEST- Client request related, such asbad requestornot foundrelated issuesAUTH- Issue around creating an open banking connectionCONNECTION- Issues around the open banking connection/consent.PROVIDER- Errors due to issues with third-party providers, such as banks.
The table below will display all of the possible error codes, along with a short summary and a category.
Connect specific codes, contain a link to a dedicated error code page, that contains extra information about the cause of the error and an example of the response.
| code_id | summary | category |
|---|---|---|
| internal_error | An unexpected internal failure. | GENERAL |
| internal_transient_error | An unexpected internal failure but marked as a transient issue | GENERAL |
| internal_timeout | A task has timed out | GENERAL |
| auth_denied | The authorisation has been denied | AUTH |
| auth_expired | The authorisation process has expired. | AUTH |
| connection_expired | A connection with a provider has expired. | CONNECTION |
| connection_not_found | A connection with a provider could not be found | CONNECTION |
| connection_revoked | A connection with a provider has been revoked. | CONNECTION |
| provider_failed | The provider is experiencing issues | PROVIDER |
| provider_request_limit | The provider has reached its request limit | PROVIDER |
| provider_maintenance | The provider is in maintenance | PROVIDER |
| provider_not_found | This provider couldn't be found in our system | REQUEST |
| provider_timeout | Requests to the provider are timing out. | PROVIDER |
| provider_reauthenticate | The provider has indicated a re-authentication | PROVIDER |
| provider_endpoint_deprecated | A provider has deprecated a endpoint | PROVIDER |
| provider_endpoint_unimplemented | The provider has not implemented this endpoint | PROVIDER |
| failed_body_decode | Invalid or malformed request body. | REQUEST |
| failed_validation | A request has failed validation but is valid JSON | REQUEST |
| task_not_found | The specified task could not be found. | REQUEST |
If you have any questions, please contact us via the chatbot (bottom-right of screen 👉) or via a support request or check our FAQs.
Updated about 1 month ago
