//
pkg.gl
Category
github.com/go-soa/charon
internal
grpcerr
package
0.20.0
Repository:
https://github.com/go-soa/charon.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
0
Files
241 SLOC
#
Functions
E
E builds an error value from its arguments.
Is
Is reports whether err is an *Error of the given Kind.
Match
Match compares its two error arguments.
StreamServerInterceptor
No description provided by the author
UnaryServerInterceptor
No description provided by the author
#
Variables
Other
No description provided by the author
Separator
Separator is the string used to separate nested errors.
#
Structs
Error
No description provided by the author
#
Type aliases
Kind
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
Op describes an operation, usually as the package and method, such as "key/server.Lookup".