Documentation
¶
Index ¶
Constants ¶
View Source
const ( BadRequest = http.StatusBadRequest NotFound = http.StatusNotFound Internal = http.StatusInternalServerError )
View Source
const ( UserKind = iota + 1 InternalKind SystemKind )
Variables ¶
View Source
var (
ErrInvalidPassword = errors.New("invalid password")
)
Functions ¶
Types ¶
type ServiceError ¶ added in v1.2.0
func (*ServiceError) Error ¶ added in v1.2.0
func (c *ServiceError) Error() string
func (*ServiceError) Unwrap ¶ added in v1.2.0
func (c *ServiceError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.