Versions in this module Expand all Collapse all v1 v1.0.0 Feb 9, 2024 Changes in this version + func Wrap(err error, subPath ...Element) error + type Element interface + Prefix func() string + String func() string + func Key(key any) Element + type Field string + func (Field) Prefix() string + func (field Field) String() string + type Index int + func (Index) Prefix() string + func (i Index) String() string + type KeyElement struct + func (KeyElement) Prefix() string + func (key KeyElement) String() string + type Path []Element + func (p Path) String() string + type PathError struct + Inner error + Path Path + func (e *PathError) Error() string + func (e *PathError) String() string + func (e *PathError) Unwrap() error