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§
- ApiError
Response - Detailed API error response from Alpaca.
- Rate
Limit Info - Rate limit information from API response headers.
- Validation
Error - Validation error for a specific field.
Enums§
- Alpaca
Error - Error types for the Alpaca API client.
- ApiError
Code - Alpaca-specific API error codes.
Type Aliases§
- Result
- Result type for Alpaca API operations.