Skip to main content

Module error

Module error 

Source
Expand description

Error types for cloud storage operations

This module provides a comprehensive error hierarchy for all cloud storage operations, including S3, Azure Blob Storage, Google Cloud Storage, HTTP, authentication, and caching.

Enums§

AuthError
Authentication-specific errors
AzureError
Azure Blob Storage-specific errors
CacheError
Cache-specific errors
CloudError
Main error type for cloud storage operations
GcsError
Google Cloud Storage-specific errors
HttpError
HTTP-specific errors
RetryError
Retry-specific errors
S3Error
AWS S3-specific errors

Type Aliases§

Result
Result type for cloud storage operations