Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlreadyExistsError ¶
type AlreadyExistsError struct {
Message string
}
func (*AlreadyExistsError) Error ¶
func (e *AlreadyExistsError) Error() string
type InvalidArgumentError ¶
type InvalidArgumentError struct {
Message string
}
func (*InvalidArgumentError) Error ¶
func (e *InvalidArgumentError) Error() string
type NotFoundError ¶
type NotFoundError struct {
Message string
}
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.