Error Responses
Error codes and descriptions for Conduit websocket
While interacting with Conduit's websocket, you may receive an error message. Below is the list of errors that Conduit can emit and what they mean.
Error Code | Description |
---|---|
no_active_subscription | The user does not have an active Conduit subscription. To sign up for a Conduit subscription head to ... |
connection_limit_exceeded | Some plans have a limit on the number of simultaneous connections. If a client attempts to open more connections than their plan allows, the connection attempt will be rejected. |
invalid_request | The client's request did not conform to the Conduit specification. |
stream_limit_exceeded | The client is attempting to subscribe to more streams than their subscription tier allows for. |
insufficient_subscription | The client is attempting an operation that is not permitted by their subscription tier. Please see ... for more information on what operations are available for your tier. |
auth_failed | Conduit failed to authenticate client. This could be because the API key was not passed or because the API key was invalid. |