Skip to main content

internal_error

Function internal_error 

Source
pub fn internal_error(
    msg: impl Into<String>,
) -> Result<Response<Full<Bytes>>, OxiHttpError>
Expand description

Build a 500 Internal Server Error response with a message.