Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasi-http/src/p2/
H A Derror.rs15 pub struct HttpError { struct
19 impl HttpError { impl
21 pub fn trap(err: impl Into<wasmtime::Error>) -> HttpError { in trap()
36 impl From<ErrorCode> for HttpError { implementation
42 impl From<ResourceTableError> for HttpError { implementation
48 impl fmt::Debug for HttpError { implementation
54 impl fmt::Display for HttpError { implementation
60 impl Error for HttpError {} implementation
/wasmtime-44.0.1/crates/wasi-http/src/p3/
H A Dmod.rs37 pub(crate) type HttpError = TrappableError<types::ErrorCode>; typedef