Home
last modified time | relevance | path

Searched refs:IntervalError (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Derror.rs60 IntervalError = 0x02, enumerator
116 0x02 => ErrorCode::IntervalError, in try_from()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dinput.rs100 DispatchErrorKind::H2(H2Error::ConnectionError(ErrorCode::IntervalError)) in poll()
158 DispatchErrorKind::H2(H2Error::ConnectionError(ErrorCode::IntervalError)) in poll_writer_frame()
H A Ddata_ref.rs54 Poll::Ready(Err(H2Error::ConnectionError(ErrorCode::IntervalError))) in poll_read()
H A Dstreams.rs409 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()