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.rs32 pub fn new(code: HttpErrorCode, msg: String) -> Self { in new()
36 pub fn code(&self) -> &HttpErrorCode { in code()
61 pub enum HttpErrorCode { enum
Dwrapper.rs110 type HttpErrorCode; typedef
139 fn GetErrorCode(self: &HttpClientError) -> HttpErrorCode; in GetErrorCode()
193 enum HttpErrorCode { enum
295 impl TryFrom<ffi::HttpErrorCode> for HttpErrorCode { implementation