google.golang.org/grpc/internal/transport.parsedHeaderData.grpcErr (field)
9 uses
google.golang.org/grpc/internal/transport (current package)
http_util.go#L136: grpcErr error
http_util.go#L237: if d.data.grpcErr != nil {
http_util.go#L238: return d.data.grpcErr
http_util.go#L323: d.data.grpcErr = status.Errorf(codes.Internal, "transport: malformed grpc-status: %v", err)
http_util.go#L332: d.data.grpcErr = status.Errorf(codes.Internal, "transport: malformed grpc-status-details-bin: %v", err)
http_util.go#L337: d.data.grpcErr = status.Errorf(codes.Internal, "transport: malformed grpc-status-details-bin: %v", err)
http_util.go#L345: d.data.grpcErr = status.Errorf(codes.Internal, "transport: malformed time-out: %v", err)
http_util.go#L359: d.data.grpcErr = status.Errorf(codes.Internal, "transport: malformed grpc-tags-bin: %v", err)
http_util.go#L367: d.data.grpcErr = status.Errorf(codes.Internal, "transport: malformed grpc-trace-bin: %v", err)
 |
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. |