Versions in this module Expand all Collapse all v1 v1.60.0 Aug 12, 2026 Changes in this version + type Errors struct + func FromPackage() *Errors + func FromStruct[T any](_ *T) *Errors + func (e *Errors) Errorf(format string, a ...any) error + func (e *Errors) New(msg string) error + func (e *Errors) Wrap(err error, msg string) error