Skip to main content
Module

x/status/codes.ts>UNSUPPORTED_MEDIA_TYPE

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

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

The media format of the requested data is not supported by the server, so the server is rejecting the request.

type

415