//
pkg.gl
Category
github.com/tao-kit/tao
core
errorx
package
1.6.1
Repository:
https://github.com/tao-kit/tao.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
12
Files
80 SLOC
#
Functions
Chain
Chain runs funs one by one until an error occurred.
In
In checks if the given err is one of errs.
Wrap
Wrap returns an error that wraps err with given message.
Wrapf
Wrapf returns an error that wraps err with given format and args.
#
Structs
AtomicError
AtomicError defines an atomic error.
BatchError
BatchError is an error that can hold multiple errors.