Searched defs:HttpErrorCode (Results 1 – 2 of 2) sorted by relevance
32 pub fn new(code: HttpErrorCode, msg: String) -> Self { in new()36 pub fn code(&self) -> &HttpErrorCode { in code()61 pub enum HttpErrorCode { enum
110 type HttpErrorCode; typedef139 fn GetErrorCode(self: &HttpClientError) -> HttpErrorCode; in GetErrorCode()193 enum HttpErrorCode { enum295 impl TryFrom<ffi::HttpErrorCode> for HttpErrorCode { implementation