Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleError ¶
Types ¶
type ErrObjectNotFound ¶
type ErrObjectNotFound struct{}
ErrObjectNotFound is used to indicate that selecting an individual object yielded no result. Declared as type, not value, for consistency reasons.
func (ErrObjectNotFound) Error ¶
func (ErrObjectNotFound) Error() string
func (ErrObjectNotFound) Unwrap ¶
func (ErrObjectNotFound) Unwrap() error
Click to show internal directories.
Click to hide internal directories.