//
pkg.gl
Category
github.com/oneconcern/datamon
pkg
errors
package
2.6.9+incompatible
Repository:
https://github.com/oneconcern/datamon.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
4
Dependents
22
Files
94 SLOC
#
Functions
As
As finds the first error in err's chain that matches target, and if so, sets target to that error value and returns true.
Is
Is reports whether any error in err's chain matches target (a shortcut to standard lib errors.As).
New
New Error.
#
Structs
Error
Error augments the standard error interface with a Wrap method.