Versions in this module Expand all Collapse all v0 v0.0.3 Mar 7, 2025 Changes in this version type ErrMap + func (e ErrMap) Add(key string, val any) v0.0.2 Apr 10, 2023 Changes in this version + type ErrMap map[string]interface + func (e ErrMap) Error() string + func (e ErrMap) Get(key string) interface{} + func (e ErrMap) Is(target error) bool + func (e ErrMap) Unwrap() error + type Error string + func (e Error) Error() string + func (e Error) Params(args ...interface{}) error + func (e Error) Wrap(err error) *errWithArgs + type ErrorCollection struct + Errors []error + func Errors(errs ...error) *ErrorCollection + func (e *ErrorCollection) Error() string + func (e *ErrorCollection) Is(target error) bool + func (e *ErrorCollection) Unwrap() error v0.0.1 Apr 10, 2023