Expand description
Error types for b2-client
Errors are divided into two types:
- ValidationError for data validation errors prior to sending a request to the B2 API. This is currently being split into multiple errors as appropriate:
- Error for errors returned by the Backblaze B2 API or the HTTP client.
Structs
An error response from the Backblaze B2 API.
Generic invalid data error.
Error type with information on invalid HTTP header name.
Enums
Error type for invalid bucket names.
Errors related to making B2 API calls.
An error code from the B2 API.
Error type for bad filenames.
Error type from failure to validate a set of LifecycleRules.
Errors from validating B2 requests prior to making the request.
Type Definitions
Error type for invalid CORS rule names.