Home
last modified time | relevance | path

Searched defs:HttpErrorCode (Results 1 – 2 of 2) sorted by relevance

/base/request/request/common/netstack_rs/src/
Derror.rs29 pub fn new(code: HttpErrorCode, msg: String) -> Self { in new()
33 pub fn code(&self) -> &HttpErrorCode { in code()
44 pub enum HttpErrorCode { enum
Dwrapper.rs292 type HttpErrorCode; typedef
322 fn GetErrorCode(self: &HttpClientError) -> HttpErrorCode; in GetErrorCode()
378 enum HttpErrorCode { enum
480 impl TryFrom<ffi::HttpErrorCode> for HttpErrorCode { implementation