Module error

Source

Enums§

ApiError
Represents all API errors generated by an exchange.
ClientError
Represents all errors produced by an ExecutionClient.
ConnectivityError
Represents all connectivity-centric errors.
KeyError
Represents errors related to exchange, asset and instrument identifier key lookups.
OrderError
Represents all errors that can be generated when cancelling or opening orders.

Type Aliases§

UnindexedApiError
Type alias for a ApiError that is keyed on AssetNameExchange and InstrumentNameExchange (yet to be indexed).
UnindexedClientError
Type alias for a ClientError that is keyed on AssetNameExchange and InstrumentNameExchange (yet to be indexed).
UnindexedOrderError
Type alias for a OrderError that is keyed on AssetNameExchange and InstrumentNameExchange (yet to be indexed).