Function: serverErrorHttpResponse()
Function: serverErrorHttpResponse()
function serverErrorHttpResponse(content, headers): OutgoingHttpResponse;
Create a 500(Internal Server Error) OutgoingHttpResponse.
Parameters
content
unknown
The content of the response.
headers
HeadersType
= {}
The headers for the response.
Returns
A new instance of OutgoingHttpResponse.