Searched defs:HttpErrorCode (Results 1 – 2 of 2) sorted by relevance
29 pub fn new(code: HttpErrorCode, msg: String) -> Self { in new()33 pub fn code(&self) -> &HttpErrorCode { in code()44 pub enum HttpErrorCode { enum
292 type HttpErrorCode; typedef322 fn GetErrorCode(self: &HttpClientError) -> HttpErrorCode; in GetErrorCode()378 enum HttpErrorCode { enum480 impl TryFrom<ffi::HttpErrorCode> for HttpErrorCode { implementation