google.golang.org/grpc/stats.End.Error (field)
9 uses
google.golang.org/grpc/stats (current package)
stats.go#L195: Error error
google.golang.org/grpc
server.go#L1081: end.Error = toRPCErr(err)
server.go#L1366: end.Error = toRPCErr(err)
stream.go#L991: Error: err,
go.opencensus.io/plugin/ocgrpc
stats_common.go#L136: if s.Error != nil {
stats_common.go#L137: s, ok := status.FromError(s.Error)
trace_common.go#L97: if rs.Error != nil {
trace_common.go#L98: s, ok := status.FromError(rs.Error)
trace_common.go#L102: span.SetStatus(trace.Status{Code: int32(codes.Internal), Message: rs.Error.Error()})
![]() |
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. |