Documentation ¶
Index ¶
Constants ¶
View Source
const GRPCOrigErrorTag = "grpc.error_orig"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
Error wraps a pointer of a status proto and an original error. It implements error and Status, and a nil *Error should never be returned by this package.
func (*Error) GRPCStatus ¶
GRPCStatus returns the Status represented by s.
type IWrappedError ¶
Click to show internal directories.
Click to hide internal directories.