Versions in this module Expand all Collapse all v1 v1.0.1 Mar 11, 2019 v1.0.0 Mar 11, 2019 Changes in this version + var ErrNotFound = &ErrResponse + var ErrNotImplemented = &ErrResponse + type ErrResponse struct + Err error + ErrorText string + HTTPStatusCode int + StatusText string + func ErrBadRequest(err error) *ErrResponse + func ErrForbidden(err error) *ErrResponse + func ErrInternal(err error) *ErrResponse + func ErrUnauthorized(err error) *ErrResponse + func (e *ErrResponse) Render(w http.ResponseWriter, r *http.Request) error