Enums§
- ApiError
- Represents all API errors generated by an exchange.
- Client
Error - Represents all errors produced by an
ExecutionClient
. - Connectivity
Error - Represents all connectivity-centric errors.
- KeyError
- Represents errors related to exchange, asset and instrument identifier key lookups.
- Order
Error - Represents all errors that can be generated when cancelling or opening orders.
Type Aliases§
- Unindexed
ApiError - Type alias for a
ApiError
that is keyed onAssetNameExchange
andInstrumentNameExchange
(yet to be indexed). - Unindexed
Client Error - Type alias for a
ClientError
that is keyed onAssetNameExchange
andInstrumentNameExchange
(yet to be indexed). - Unindexed
Order Error - Type alias for a
OrderError
that is keyed onAssetNameExchange
andInstrumentNameExchange
(yet to be indexed).