Versions in this module Expand all Collapse all v0 v0.0.1 Feb 17, 2026 Changes in this version + func As(err error, target any) bool + func Is(err, target error) bool + type Error struct + Code fmt.Stringer + Kind fmt.Stringer + Message string + Meta []slog.Attr + Previous error + Stacktrace []uintptr + func New(kind, code fmt.Stringer, message string, attrs ...slog.Attr) *Error + func Wrap(err error, kind, code fmt.Stringer, message string, attrs ...slog.Attr) *Error + func WrapMeta(err error, attrs ...slog.Attr) *Error + func WrapMetaWithStack(err error, attrs ...slog.Attr) *Error + func WrapWithStack(err error, kind, code fmt.Stringer, message string, attrs ...slog.Attr) *Error + func (e *Error) Error() string + func (e *Error) LogAttrs() []slog.Attr + func (e *Error) Stack() []uintptr + func (e *Error) Unwrap() error