Versions in this module Expand all Collapse all v1 v1.1.0 Apr 11, 2019 v1.0.0 Mar 5, 2019 Changes in this version + type HTTPError struct + Cause error + Code int + Description interface{} + Message string + func New(code int, message ...string) *HTTPError + func Wrap(code int, err error, message ...string) *HTTPError + func (e *HTTPError) Error() string Other modules containing this package github.com/gozix/echo/v2 github.com/gozix/echo/v3 github.com/gozix/echo/v4