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 CodeDescription
no_active_subscriptionThe user does not have an active Conduit subscription. To sign up for a Conduit subscription head to ...
connection_limit_exceededSome 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_requestThe client's request did not conform to the Conduit specification.
stream_limit_exceededThe client is attempting to subscribe to more streams than their subscription tier allows for.
insufficient_subscriptionThe 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_failedConduit failed to authenticate client. This could be because the API key was not passed or because the API key was invalid.