Versions in this module Expand all Collapse all v0 v0.1.0 Feb 24, 2023 Changes in this version + var As = errors.As + var Conflict = Error + var Errorf = fmt.Errorf + var Forbidden = Error + var InternalIssue = Error + var InvalidInput = Error + var Is = errors.Is + var MissingAuth = Error + var New = errors.New + var NotFound = Error + var Throttled = Error + var Unsupported = Error + func OneOf(err error, others []error) bool + type Error struct + Attribs map[string]any + Cause error + Code string + DebugHint string + Status int + func E(err error) Error + func (err Error) CausedBy(e error) Error + func (err Error) Coded(code string, attribs ...map[string]any) Error + func (err Error) Error() string + func (err Error) Hintf(format string, args ...any) Error + func (err Error) Is(other error) bool