Home
last modified time | relevance | path

Searched refs:streamErrorf (Results 1 – 7 of 7) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dgo16.go41 return streamErrorf(codes.DeadlineExceeded, "%v", err)
43 return streamErrorf(codes.Canceled, "%v", err)
45 return streamErrorf(codes.Internal, "Unexpected error from context packet: %v", err)
Dgo17.go42 return streamErrorf(codes.DeadlineExceeded, "%v", err)
44 return streamErrorf(codes.Canceled, "%v", err)
46 return streamErrorf(codes.Internal, "Unexpected error from context packet: %v", err)
Dhttp_util.go252 return streamErrorf(codes.Internal, "malformed header: doesn't contain status(gRPC or HTTP)")
260 return streamErrorf(code, http.StatusText(*(d.httpStatus)))
287 … return streamErrorf(codes.Internal, "transport: received the unexpected content-type %q", f.Value)
300 return streamErrorf(codes.Internal, "transport: malformed grpc-status: %v", err)
308 return streamErrorf(codes.Internal, "transport: malformed grpc-status-details-bin: %v", err)
312 return streamErrorf(codes.Internal, "transport: malformed grpc-status-details-bin: %v", err)
319 return streamErrorf(codes.Internal, "transport: malformed time-out: %v", err)
326 return streamErrorf(codes.Internal, "transport: malformed http-status: %v", err)
332 return streamErrorf(codes.Internal, "transport: malformed grpc-tags-bin: %v", err)
339 return streamErrorf(codes.Internal, "transport: malformed grpc-trace-bin: %v", err)
Dhandler_server.go83 return nil, streamErrorf(codes.Internal, "malformed time-out: %v", err)
101 return nil, streamErrorf(codes.Internal, "malformed binary metadata: %v", err)
Dtransport.go626 func streamErrorf(c codes.Code, format string, a ...interface{}) StreamError { func
675 errStreamDrain = streamErrorf(codes.Unavailable, "the connection is draining")
Dhttp2_client.go467 return nil, streamErrorf(codes.Unauthenticated, "transport: %v", err)
485 …return nil, streamErrorf(codes.Unauthenticated, "transport: cannot send secure credentials on an i…
489 return nil, streamErrorf(codes.Internal, "transport: %v", err)
1149 …t.closeStream(s, streamErrorf(http2ErrConvTab[se.Code], "%v", t.framer.fr.ErrorDetail()), true, ht…
Dhttp2_server.go807 return streamErrorf(codes.Internal, "transport: %v", err)