Documentation
¶
Overview ¶
Package errors contains application specific error specification
and resolution.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var As = errors.As
View Source
var ErrAlreadyExists = newError("already exists")
View Source
var ErrForbidden = newError("forbidden")
View Source
var ErrInternalError = newError("internal error")
View Source
var ErrInvalid = newError("invalid request")
View Source
var ErrRecordNotFound = newError("not found")
View Source
var Is = errors.Is
View Source
var New = errors.New
View Source
var Unwrap = errors.Unwrap
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.