Represents a 500 response.
Response.serverError({Map<String, dynamic>? headers, dynamic body}) : this(HttpStatus.internalServerError, headers, body);