Home
last modified time | relevance | path

Searched refs:DecoderStreamError (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Derror.rs23 DecoderStreamError = 0x0202, enumerator
H A Dencoder.rs17 use crate::h3::qpack::error::ErrorCode::DecoderStreamError;
172 return Err(H3errorQpack::ConnectionError(DecoderStreamError)); in ack()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs17 use crate::h3::qpack::error::ErrorCode::DecoderStreamError;
806 _ => DecResult::Error(H3errorQpack::ConnectionError(DecoderStreamError)), in decode()