//
pkg.gl
Category
github.com/CSCI-2390-Project/grpc-go
internal
status
package
2.0.0+incompatible
Repository:
https://github.com/csci-2390-project/grpc-go.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
6
Dependents
0
Files
97 SLOC
#
Functions
Err
Err returns an error representing c and msg.
Errorf
Errorf returns Error(c, fmt.Sprintf(format, a...)).
FromProto
FromProto returns a Status representing s.
New
New returns a Status representing c and msg.
Newf
Newf returns New(c, fmt.Sprintf(format, a...)).
#
Structs
Error
Error wraps a pointer of a status proto.
Status
Status represents an RPC status code, message, and details.