Searched defs:HttpError (Results 1 – 2 of 2) sorted by relevance
15 pub struct HttpError { struct19 impl HttpError { impl21 pub fn trap(err: impl Into<wasmtime::Error>) -> HttpError { in trap()36 impl From<ErrorCode> for HttpError { implementation42 impl From<ResourceTableError> for HttpError { implementation48 impl fmt::Debug for HttpError { implementation54 impl fmt::Display for HttpError { implementation60 impl Error for HttpError {} implementation
37 pub(crate) type HttpError = TrappableError<types::ErrorCode>; typedef