Module error

Module error 

Source
Expand description

Error types and handling. Error types for the Alpaca API client.

This module provides comprehensive error handling with typed errors for all API error responses, including Alpaca-specific error codes.

Structs§

ApiErrorResponse
Detailed API error response from Alpaca.
RateLimitInfo
Rate limit information from API response headers.
ValidationError
Validation error for a specific field.

Enums§

AlpacaError
Error types for the Alpaca API client.
ApiErrorCode
Alpaca-specific API error codes.

Type Aliases§

Result
Result type for Alpaca API operations.