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

Method GetStatusMessage

binarylog/grpc_binarylog_v1/binarylog.pb.go:609–614  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

607}
608
609func (x *Trailer) GetStatusMessage() string {
610 if x != nil {
611 return x.StatusMessage
612 }
613 return ""
614}
615
616func (x *Trailer) GetStatusDetails() []byte {
617 if x != nil {

Callers 2

TestCanceledStatusMethod · 0.80
buildGCPLoggingEntryMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestCanceledStatusMethod · 0.64