pub async fn sanitize_error_into_response(
error: SanitizeError,
host: &Host,
) -> FatResponseExpand description
Turns a SanitizeError into a FatResponse
with host.
pub async fn sanitize_error_into_response(
error: SanitizeError,
host: &Host,
) -> FatResponseTurns a SanitizeError into a FatResponse
with host.