//
pkg.gl
Category
github.com/qkbyte/go-zero
core
errorx
package
1.3.9
Repository:
https://github.com/qkbyte/go-zero.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
7
Files
80 SLOC
#
Functions
Chain
Chain runs funs one by one until an error occurred.
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
No description provided by the author