MCPcopy
hub / github.com/grpc/grpc-go / Message

Method Message

internal/status/status.go:109–114  ·  view source on GitHub ↗

Message returns the message contained in s.

()

Source from the content-addressed store, hash-verified

107
108// Message returns the message contained in s.
109func (s *Status) Message() string {
110 if s == nil || s.s == nil {
111 return ""
112 }
113 return s.s.Message
114}
115
116// Proto returns s's status as an spb.Status proto message.
117func (s *Status) Proto() *spb.Status {

Callers 15

StringMethod · 0.95
processUnaryRPCMethod · 0.80
processStreamingRPCMethod · 0.80
errorDescFunction · 0.80
ErrorDescFunction · 0.80
TestTLS_MinVersion12Method · 0.80
TestTLS_CipherSuitesMethod · 0.80
newServerTrailerEntryMethod · 0.80
retryUntilFunction · 0.80

Calls

no outgoing calls