Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function internalServerError
Re-export
import { internalServerError } from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";

Create a response of '500 Internal Server Error' formatted in the given type. The type parameter defaults to ContentType.APPLICATION_JSON_UTF8 (= application/javascript; charset=utf-8).

Parameters

content: string
optional
type: string = [UNSUPPORTED]