Versions in this module Expand all Collapse all v0 v0.0.17 Jun 3, 2022 v0.0.16 Jul 28, 2021 v0.0.15 Jul 28, 2021 v0.0.14 Jul 28, 2021 v0.0.13 Jul 28, 2021 v0.0.12 Jul 26, 2021 v0.0.10 Jul 26, 2021 v0.0.9 Jun 15, 2021 v0.0.8 Jun 13, 2021 v0.0.7 Jun 13, 2021 v0.0.6 Jun 13, 2021 v0.0.5 Jun 13, 2021 v0.0.4 Jun 13, 2021 v0.0.3 Jun 11, 2021 Changes in this version + func CausedErrorTrue(errP *error, cause error, format string, args ...interface{}) bool + type Error struct + Cause *Error + Code int + File string + Line int + Message string + func BasicError(format string, args ...interface{}) Error + func CausedError(cause error, format string, args ...interface{}) Error + func (e Error) Error() string + func (e Error) GetStack(builder *strings.Builder) + type ErrorNotifier struct + func (receiver *ErrorNotifier) SetNotifier(ehandler func(err error)) + func (receiver ErrorNotifier) Notify(err error) v0.0.2 Jun 11, 2021