Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/
H A Derror.rs409 let error_request = HttpClientError::from_str(ErrorKind::Request, "error"); in ut_err_from_str() localVariable
410 assert_eq!(error_request.error_kind(), ErrorKind::Request); in ut_err_from_str()