Versions in this module Expand all Collapse all v1 v1.0.0 Jun 16, 2026 Changes in this version + var ErrAuthFailed = errors.New("authentication failed") + var ErrInsufficientBalance = errors.New("insufficient balance") + var ErrInvalidPrecision = errors.New("invalid precision") + var ErrMinNotional = errors.New("below minimum notional") + var ErrMinQuantity = errors.New("below minimum quantity") + var ErrNetworkTimeout = errors.New("network timeout") + var ErrNotSupported = errors.New("not supported") + var ErrOrderNotFound = errors.New("order not found") + var ErrRateLimited = errors.New("rate limited") + var ErrSymbolNotFound = errors.New("symbol not found") + type ExchangeError struct + Code string + Err error + Exchange string + Message string + func NewExchangeError(exchange, code, message string, sentinel error) *ExchangeError + func (e *ExchangeError) Error() string + func (e *ExchangeError) Unwrap() error