Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Derror.rs89 ConnectError = 0x0a, enumerator
124 0x0a => ErrorCode::ConnectError, in try_from()
H A Ddecoder.rs1246 Error: H2Error::ConnectionError(ErrorCode::ConnectError), in ut_frame_decoder_with_size_exceeded_headers_frame()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Doutput.rs254 SettingsState::Synced => Err(H2Error::ConnectionError(ErrorCode::ConnectError)), in update_decoder_settings()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Ddecoder.rs170 Err(H2Error::ConnectionError(ErrorCode::ConnectError)) in check_header_list_size()