Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInsufficientBalance = errors.New("insufficient balance") ErrRateLimited = errors.New("rate limited") ErrInvalidPrecision = errors.New("invalid precision") ErrOrderNotFound = errors.New("order not found") ErrSymbolNotFound = errors.New("symbol not found") ErrMinNotional = errors.New("below minimum notional") ErrMinQuantity = errors.New("below minimum quantity") ErrAuthFailed = errors.New("authentication failed") ErrNetworkTimeout = errors.New("network timeout") ErrNotSupported = errors.New("not supported") )
Functions ¶
This section is empty.
Types ¶
type ExchangeError ¶
func NewExchangeError ¶
func NewExchangeError(exchange, code, message string, sentinel error) *ExchangeError
func (*ExchangeError) Error ¶
func (e *ExchangeError) Error() string
func (*ExchangeError) Unwrap ¶
func (e *ExchangeError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.