Home | History | Annotate | Download | only in transport

Lines Matching refs:streamErrorf

252 		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)