pub async fn error_handling_middleware( request: Request, next: Next, ) -> Result<Response, StatusCode>
Error handling middleware