- No stack traces
- No multierrors
- Provides simple implementation of
Join
which does not actually combine errors but returns first non-nil one
- Provides simple implementation of
- List of functions:
New(msg string) error
Errorf(format string, args ...any) error
Wrap(err error, message string) error
Wrapf(err error, format string, args ...any)
Join(errs ...error) error
Is(err, target error) bool
As(err, target error) bool
-
Notifications
You must be signed in to change notification settings - Fork 0
❗Simple Error Handling
License
afadeevz/omnierrors
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
❗Simple Error Handling
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published