package
2.6.9+incompatible
Repository: https://github.com/oneconcern/datamon.git
Documentation: pkg.go.dev

# Functions

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 reports whether any error in err's chain matches target (a shortcut to standard lib errors.As).
New Error.

# Structs

Error augments the standard error interface with a Wrap method.