Versions in this module Expand all Collapse all v3 v3.0.0 Jan 4, 2024 Changes in this version + var ErrEndpointResolutionFailed = errors.New(...) + var ErrNoCredentialsFound = errors.New("could not find credentials for the supported authentication methods") + 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 IsNotFoundError(err error) bool + func TryHandleError(err error) error + type NotFoundError struct + Name string + Type string + func (e *NotFoundError) 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/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