Versions in this module Expand all Collapse all v1 v1.0.1 May 24, 2026 v1.0.0 May 23, 2026 Changes in this version + func As(err error, target any) bool + func AsType[E error](err error) (E, bool) + func Is(err error, target error) bool + func New(message any, replacements ...any) error + func Public(err error, code int, message ...string) error + func Wrap(err error, context any, replacements ...any) error + type PublicError struct + func (p PublicError) Code() int + func (p PublicError) Message(delimiter ...string) string + func (p PublicError) Messages() []string + type TraceableError struct + func (e TraceableError) Error() string + func (e TraceableError) Trace() string + func (e TraceableError) Unwrap() error Other modules containing this package sjdaws.com/pkg