Home
last modified time | relevance | path

Searched refs:augmentDescription (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DHttp2ClientStreamTransportState.java90 transportError = transportError.augmentDescription("headers: " + headers); in transportHeadersReceived()
116 transportError = transportError.augmentDescription("headers: " + headers); in transportHeadersReceived()
133 transportError = transportError.augmentDescription("DATA-----------------------------\n" in transportDataReceived()
172 transportError = transportError.augmentDescription("trailers: " + trailers); in transportTrailersReceived()
199 return status.augmentDescription( in statusFromTrailers()
218 .augmentDescription("invalid content-type: " + contentType); in validateInitialMetadata()
DGrpcUtil.java346 this.status = status.augmentDescription("HTTP/2 error code: " + this.name()); in Http2Error()
DClientCallImpl.java336 stream.cancel(DEADLINE_EXCEEDED.augmentDescription( in run()
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DStatusTest.java56 assertSame(Status.CANCELLED, Status.CANCELLED.augmentDescription(null)); in sameDescriptionReturnsSelf()
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyClientHandler.java369 .augmentDescription("Received Rst Stream"); in onRstStreamRead()
703 .augmentDescription("Received Goaway"); in statusFromGoAway()
707 status = status.augmentDescription(msg); in statusFromGoAway()
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOkHttpClientTransport.java743 startGoAway(0, errorCode, toGrpcStatus(errorCode).augmentDescription(moreDetail)); in onError()
1062 Status status = toGrpcStatus(errorCode).augmentDescription("Rst Stream"); in rstStream()
1147 .augmentDescription("Received Goaway"); in goAway()
1150 status = status.augmentDescription(debugData.utf8()); in goAway()
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/
DUtils.java252 throw Status.INTERNAL.augmentDescription("Error creating payload.").asRuntimeException(); in makeResponse()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DStatus.java471 public Status augmentDescription(String additionalDetail) { in augmentDescription() method in Status
/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/
DGrpclbState.java503 .augmentDescription("Stream to GRPCLB LoadBalancer had an error")); in onError()