Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInternal = errors.New("InternalError") ErrNotImplemented = errors.New("NotImplemented") ErrInvalidStorageConfig = errors.New("InvalidStorageConfig") ErrAlreadyExists = errors.New("AlreadyExists") ErrNotFound = errors.New("NotFound") ErrInvalidArg = errors.New("InvalidArg") ErrAuth = errors.New("AuthError") ErrPolicy = errors.New("PolicyError") )
Functions ¶
func ErrContains ¶ added in v0.5.7
Types ¶
type ErrRateLimitExceeded ¶
func (*ErrRateLimitExceeded) Error ¶
func (e *ErrRateLimitExceeded) Error() string
Click to show internal directories.
Click to hide internal directories.