Concept Flow - Error-handling middleware signature
Request received
Middleware chain
Error occurs?
No→Next middleware
Yes
Error-handling middleware
Send error response
End request
This flow shows how Express passes requests through middleware and routes, and when an error occurs, it jumps to the error-handling middleware to send a response.