Versions in this module Expand all Collapse all v0 v0.1.0 Aug 30, 2022 Changes in this version + func FromError(ctx context.Context, err error) context.Context + func New(ctx context.Context, text string) error + func Newf(ctx context.Context, text string, args ...any) error + func Wrap(ctx context.Context, err error, text string) error + func Wrapf(ctx context.Context, err error, text string, args ...any) error + type ErrorWithContext struct + func (err ErrorWithContext) Context() context.Context + func (err ErrorWithContext) Error() string + func (err ErrorWithContext) Unwrap() error