package
0.2.7-rc
Repository: https://github.com/goto/entropy.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'.

# 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.
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.