Versions in this module Expand all Collapse all v0 v0.4.0 Feb 10, 2025 Changes in this version + func Ctx(ctx context.Context, ctxErr error) context.Context + func With(err error, errCtx map[string]any) error + type CtxErr struct + Ctx map[string]any + Err error + func From(ctx context.Context) CtxErr + func (e CtxErr) Error() string + func (e CtxErr) Unwrap() error