Searched defs:streamError (Results 1 – 3 of 3) sorted by relevance
997 CallbackException streamError = in onCallbackException() local
1304 Status streamError = Status.UNAVAILABLE.withDescription("OOB stream broken"); in subtestGrpclbFallbackTimeout() local1384 Status streamError = Status.UNAVAILABLE.withDescription("OOB stream broken"); in grpclbFallback_breakLbStreamBeforeFallbackTimerExpires() local
1022 private void streamError(int streamId, ErrorCode errorCode, String reason) { in streamError() method in OkHttpServerTransport.FrameHandler