Versions in this module Expand all Collapse all v0 v0.24.0 Aug 26, 2026 Changes in this version + func As(err error, target any) bool + func Is(err, target error) bool + func Join(errs ...error) error + func New(message string) error + func Unwrap(err error) error + func WithStack(err error) error + type Error struct + func (e *Error) Error() string + func (e *Error) Stack() []byte + type SentinelError string + func (e SentinelError) Error() string + type StackError struct + func (e *StackError) Error() string + func (e *StackError) Stack() []byte + func (e *StackError) Unwrap() error + type Stacker interface + Stack func() []byte