Describes the structure of server error responses (HTTP 500) returned by the API.
When an internal server error occurs, the API returns a 500
status code with the following response:
{
"error": "Server error"
}
Note: This only occurs in the production environment. In local and development environments, PHP errors are shown in the default way.