Searched refs:IntervalError (Results 1 – 4 of 4) sorted by relevance
60 IntervalError = 0x02, enumerator116 0x02 => ErrorCode::IntervalError, in try_from()
100 DispatchErrorKind::H2(H2Error::ConnectionError(ErrorCode::IntervalError)) in poll()158 DispatchErrorKind::H2(H2Error::ConnectionError(ErrorCode::IntervalError)) in poll_writer_frame()
54 Poll::Ready(Err(H2Error::ConnectionError(ErrorCode::IntervalError))) in poll_read()
409 None => Err(H2Error::ConnectionError(ErrorCode::IntervalError)), in headers()428 None => Err(H2Error::ConnectionError(ErrorCode::IntervalError)), in poll_read_body()462 return Err(H2Error::ConnectionError(ErrorCode::IntervalError)); in poll_sized_data()