Versions in this module Expand all Collapse all v1 v1.0.0 Jan 20, 2026 Changes in this version + type Error struct + Code int + Headers http.Header + func New(code int, headers http.Header) *Error + func (e *Error) Error() string + func (e *Error) WithCause(err error) *Error