Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsBucketExists ¶
IsBucketExists returns true if the error is of type BucketExistsErr
Types ¶
type BucketExistsErr ¶
type BucketExistsErr struct {
// contains filtered or unexported fields
}
BucketExistsErr SHOULD be returned by the Provision() method when bucket creation fails due a name collision in the object store
func NewBucketExistsError ¶
func NewBucketExistsError(msg string) *BucketExistsErr
NewBucketExistsError is a simple constructor for a BucketExistsErr
func (BucketExistsErr) Error ¶
func (e BucketExistsErr) Error() string
Error implements the Error interface
Click to show internal directories.
Click to hide internal directories.