package
0.2.3
Repository: https://github.com/odpf/dex.git
Documentation: pkg.go.dev

# Functions

E converts any given error to the Error type.
Errorf returns a formatted error similar to `fmt.Errorf` but uses the Error type defined in this package.
OneOf checks if the error is one of the 'others'.
Verbose returns a verbose error value.

# Variables

These aliased values are added to avoid conflicting imports of standard `errors` package and this `errors` package where these functions are needed.
Common error categories.
Common error categories.
Common error categories.
Common error categories.
These aliased values are added to avoid conflicting imports of standard `errors` package and this `errors` package where these functions are needed.
These aliased values are added to avoid conflicting imports of standard `errors` package and this `errors` package where these functions are needed.

# Structs

Error represents any error returned by the Entropy components along with any relevant context.