Module errors

Module errors 

Source
Expand description

Error types for the Polymarket client

This module defines all error types used throughout the client, designed for clear error handling in trading environments where fast error recovery is critical.

Enums§

AuthErrorKind
Authentication error subcategories
MarketDataErrorKind
Market data error subcategories
OrderErrorKind
Order error subcategories
PolyfillError
Main error type for the Polymarket client
StreamErrorKind
Streaming error subcategories

Type Aliases§

Result
Result type alias for convenience