Expand description
Error structures and enumerations for the Bybit integration.
The JSON error schema is described in the Bybit documentation under Error Codes – https://bybit-exchange.github.io/docs/v5/error. The types below mirror that structure and are reused across the entire crate.
Structs§
- Bybit
Error Response - Represents the JSON structure of an error response returned by the Bybit API.
Enums§
- Bybit
Build Error - Build error for query parameter validation.
- Bybit
Http Error - A typed error enumeration for the Bybit HTTP client.