package
0.20.0
Repository: https://github.com/go-soa/charon.git
Documentation: pkg.go.dev

# Functions

E builds an error value from its arguments.
Is reports whether err is an *Error of the given Kind.
Match compares its two error arguments.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
Separator is the string used to separate nested errors.

# Structs

No description provided by the author

# Type aliases

Kind defines the kind of error this is, mostly for use by systems such as FUSE that must act differently depending on the error.
Op describes an operation, usually as the package and method, such as "key/server.Lookup".