macro_rules! internal_server_error {
($($arg:tt)*) => { ... };
}
Expand description
Construct an Error
with StatusCode::INTERNAL_SERVER_ERROR
from a string or existing non-anyhow error value.
macro_rules! internal_server_error {
($($arg:tt)*) => { ... };
}
Construct an Error
with StatusCode::INTERNAL_SERVER_ERROR
from a string or existing non-anyhow error value.