Skip to main content

Module errors

Module errors 

Source
Expand description

Error types for marketdata-core

Error code ranges:

  • 1000-1999: Client errors (bad input, deserialization)
  • 2000-2999: Server/API errors (auth, connection, HTTP)
  • 3000-3999: Network errors (timeout, WebSocket)
  • 9000-9999: Internal errors (unexpected failures)

Enumsยง

ErrorKind
Coarse-grained classification of the source of a MarketDataError.
MarketDataError
Main error type for marketdata-core operations
WebSocketErrorKind
Coarse-grained classification of the source of a MarketDataError.