Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Derror.rs159 let invalid_error_code: Result<ErrorCode, _> = 0x0e.try_into(); in ut_test_error_code_try_from() localVariable
160 assert!(invalid_error_code.is_err()); in ut_test_error_code_try_from()