Home
last modified time | relevance | path

Searched refs:internal_error (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasi-http/src/p2/
H A Dhttp_impl.rs9 error::internal_error,
91 .map_err(|err| internal_error(err.to_string()))?; in handle()
H A Derror.rs145 pub(crate) fn internal_error(msg: String) -> ErrorCode { in internal_error() function