Versions in this module Expand all Collapse all v9 v9.0.0 Sep 3, 2026 Changes in this version + var ErrEndpointResolutionFailed = errors.New(...) + var ErrNoCredentialsFound = errors.New("could not find credentials for the supported authentication methods") + var ErrServerSideNotImplemented = errors.New("operation is not implemented by the object store") + var ErrUnauthenticated = errors.New(...) + var ErrUnauthorized = errors.New("authenticated user does not have the permission to access this resource") + var ErrUnsupportedOperation = errors.New("unsupported operation") + func HandleError(err error) error + func IsErrArchiveStorage(err error) bool + func IsNotFoundError(err error) bool + func IsUnimplementedOperationError(err error) bool + func TryHandleError(err error) error + type ErrArchiveStorage struct + Key string + func (e *ErrArchiveStorage) Error() string + type ErrDeleteDirectoryRemainingItems struct + Bucket string + Key string + func (e ErrDeleteDirectoryRemainingItems) Error() string + type NotFoundError struct + Name string + Type string + func (e *NotFoundError) Error() string + type PreconditionFailedError struct + Key string + func (p *PreconditionFailedError) Error() string + type UnimplementedOperationError struct + Name string + func (u *UnimplementedOperationError) Error() string Other modules containing this package github.com/couchbase/tools-common/cloud github.com/couchbase/tools-common/cloud/v2 github.com/couchbase/tools-common/cloud/v3 github.com/couchbase/tools-common/cloud/v4 github.com/couchbase/tools-common/cloud/v5 github.com/couchbase/tools-common/cloud/v6 github.com/couchbase/tools-common/cloud/v7 github.com/couchbase/tools-common/cloud/v8