Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrNotFound ¶
type ErrNotFound struct { // ID unique object identifier. ID string // Type of the object which wasn't found Type string }
ErrNotFound error type for objects not found
func (*ErrNotFound) Error ¶
func (e *ErrNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.