Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrUnsupportedStorage is returned when the storage is not supported. ErrUnsupportedStorage = errors.New("unsupported storage") // ErrInvalidRepoPath is returned when the repoPath is empty. ErrInvalidRepoPath = errors.New("repository path cannot be empty") // ErrInvalidPrefix is returned when the prefix is empty. ErrInvalidPrefix = errors.New("prefix cannot be empty") // ErrInvalidBucketName is returned when the bucketName is empty. ErrInvalidBucketName = errors.New("bucket name cannot be empty") // ErrInvalidCredentialsFile is returned when the credentials file is empty. ErrInvalidCredentialsFile = errors.New("credentials file cannot be empty") // ErrInvalidContainerName is returned when the containerName is empty. ErrInvalidContainerName = errors.New("container name cannot be empty") // ErrInvalidServerURL is returned when the serverURL is empty. ErrInvalidServerURL = errors.New("server URL cannot be empty") )
storage errors
View Source
var ( // ErrInvalidID is returned when the ID is empty. ErrInvalidID = errors.New("invalid ID") )
Common errors
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.