Versions in this module Expand all Collapse all v4 v4.0.0 Jun 23, 2025 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/v3