Searched refs:augmentDescription (Results 1 – 9 of 9) sorted by relevance
90 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()
346 this.status = status.augmentDescription("HTTP/2 error code: " + this.name()); in Http2Error()
336 stream.cancel(DEADLINE_EXCEEDED.augmentDescription( in run()
56 assertSame(Status.CANCELLED, Status.CANCELLED.augmentDescription(null)); in sameDescriptionReturnsSelf()
369 .augmentDescription("Received Rst Stream"); in onRstStreamRead()703 .augmentDescription("Received Goaway"); in statusFromGoAway()707 status = status.augmentDescription(msg); in statusFromGoAway()
743 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()
252 throw Status.INTERNAL.augmentDescription("Error creating payload.").asRuntimeException(); in makeResponse()
471 public Status augmentDescription(String additionalDetail) { in augmentDescription() method in Status
503 .augmentDescription("Stream to GRPCLB LoadBalancer had an error")); in onError()