google.golang.org/grpc/internal/status.Status.Message (method)
9 uses
google.golang.org/grpc/internal/status (current package)
status.go#L80: func (s *Status) Message() string {
google.golang.org/grpc/internal/binarylog
method_logger.go#L336: StatusMessage: st.Message(),
google.golang.org/grpc/internal/transport
handler_server.go#L202: if m := st.Message(); m != "" {
http2_server.go#L866: headerFields = append(headerFields, hpack.HeaderField{Name: "grpc-message", Value: encodeGrpcMessage(st.Message())})
google.golang.org/grpc
rpc_util.go#L763: return status.Convert(err).Message()
server.go#L1203: trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
server.go#L1458: ss.trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
cloud.google.com/go/internal/trace
trace.go#L48: return trace.Status{Code: int32(s.Code()), Message: s.Message()}
go.opencensus.io/plugin/ocgrpc
trace_common.go#L100: span.SetStatus(trace.Status{Code: int32(s.Code()), Message: s.Message()})
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |