Versions in this module Expand all Collapse all v1 v1.0.14 Mar 10, 2020 Changes in this version + const DefaultCookieExpiry + const FlashKeyError + const FlashKeyInfo + const HTML + const JSON + const TEXT + type BadRequestError struct + Err error + Request *http.Request + func (e BadRequestError) Error() string + type ErrorReporter struct + CookieSettings cookies.Settings + ErrorPath string + func (e *ErrorReporter) Negotiate(w http.ResponseWriter, r *http.Request, err error) + type NotFoundError struct + Err error + Request *http.Request + func (e NotFoundError) Error() string + type ProblemDetail struct + Detail string + Instance string + Status int + Title string + Type string + func ErrBadRequest(err BadRequestError) *ProblemDetail + func ErrNotFound(err NotFoundError) *ProblemDetail + func ErrRedirectError(err RedirectError) *ProblemDetail + func ErrSecurityError(err SecurityError) *ProblemDetail + func ErrServerError(err ServerError) *ProblemDetail + type RedirectError struct + Err error + Request *http.Request + Status int + URL string + func (e RedirectError) Error() string + type SecurityError struct + Err error + Request *http.Request + func (e SecurityError) Error() string + type ServerError struct + Err error + Request *http.Request + func (e ServerError) Error() string