Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlreadyExistsErr ¶
AlreadyExistsErr implements the Error interface.
func (*AlreadyExistsErr) Error ¶
func (e *AlreadyExistsErr) Error() string
func (*AlreadyExistsErr) IsAlreadyExists ¶ added in v2.1.0
func (e *AlreadyExistsErr) IsAlreadyExists()
IsAlreadyExists implements the IsAlreadyExists interface.
type NotFoundErr ¶
NotFoundErr implements the Error interface.
func (*NotFoundErr) Error ¶
func (e *NotFoundErr) Error() string
func (*NotFoundErr) IsNotFound ¶ added in v2.1.0
func (e *NotFoundErr) IsNotFound()
IsNotFound implements the IsNotFound interface.
Click to show internal directories.
Click to hide internal directories.