Versions in this module Expand all Collapse all v3 v3.0.1 Jan 19, 2024 v3.0.0 Feb 20, 2023 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 github.com/gozix/echo/v2 github.com/gozix/echo/v4