Versions in this module Expand all Collapse all v0 v0.0.2 Feb 4, 2026 v0.0.1 Feb 2, 2026 Changes in this version + func Code(err error) int + func New(message string, code int) error + func WithCode(err error, code int) error + type CodedError struct + func (e *CodedError) Error() string + func (e *CodedError) HTTPCode() int + func (e *CodedError) Unwrap() error