func google.golang.org/grpc/status.Newf
8 uses
google.golang.org/grpc/status (current package)
status.go#L52: func Newf(c codes.Code, format string, a ...interface{}) *Status {
google.golang.org/grpc
rpc_util.go#L620: return status.Newf(codes.Unimplemented, "grpc: Decompressor is not installed for grpc-encoding %q", recvCompress)
rpc_util.go#L623: return status.Newf(codes.Internal, "grpc: received unexpected payload format %d", pf)
server.go#L1135: st := status.Newf(codes.Unimplemented, "grpc: Decompressor is not installed for grpc-encoding %q", rc)
server.go#L1411: st := status.Newf(codes.Unimplemented, "grpc: Decompressor is not installed for grpc-encoding %q", rc)
google.golang.org/grpc/credentials/alts
utils.go#L155: return status.Newf(codes.PermissionDenied, "The context is not an ALTS-compatible context: %v", err).Err()
utils.go#L162: return status.Newf(codes.PermissionDenied, "Client %v is not authorized", authInfo.PeerServiceAccount()).Err()
google.golang.org/grpc/internal/transport
http2_client.go#L1031: t.closeStream(s, io.EOF, false, http2.ErrCodeNo, status.Newf(statusCode, "stream terminated by RST_STREAM with error code: %v", f.ErrCode), nil, false)
 |
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. |