Skip to main content
Module

x/status/codes.ts>INTERNAL_SERVER_ERROR

🗿 HTTP status utility for Deno. Based on Java Apache HttpStatus
Latest
variable INTERNAL_SERVER_ERROR
import { INTERNAL_SERVER_ERROR } from "https://deno.land/x/status@0.1.0/codes.ts";

Official Documentation @ https://tools.ietf.org/html/rfc7231#section-6.6.1

The server has encountered a situation it doesn't know how to handle.

type

500