//
pkg.gl
Category
github.com/cockroachdb/errors
secondary
package
1.11.3
Repository:
https://github.com/cockroachdb/errors.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
4
Dependents
6
Files
74 SLOC
#
Functions
CombineErrors
CombineErrors returns err, or, if err is nil, otherErr.
WithSecondaryError
WithSecondaryError enhances the error given as first argument with an annotation that carries the error given as second argument.