Concept Flow - 500 Internal Server Error
Client sends request
Server receives request
Server processes request
Error occurs inside server
Server sends 500 Internal Server Error response
Client receives error response
The client sends a request, the server tries to process it, but an unexpected error happens inside the server, so it replies with a 500 Internal Server Error.