//
pkg.gl
Category
github.com/axelarnetwork/axelar-core
utils
errors
package
1.0.2
Repository:
https://github.com/axelarnetwork/axelar-core.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
1
Dependents
10
Files
67 SLOC
#
Functions
Is
Is checks if the error is a (wrapped) error of the given type.
KeyVals
KeyVals returns key values if error is a (wrapped) ErrWithKeyVals, nil otherwise.
With
With returns an error with attached key values for logging.
#
Interfaces
ErrWithKeyVals
ErrWithKeyVals is an error with additional capabilities for easier logging.