Skip to main content
Module

x/dero/mod.ts>RequestedRangeNotSatisfiableError

Fast web framework for Deno (support native HTTP/2 Hyper and std/http).
Latest
class RequestedRangeNotSatisfiableError
extends DeroError
import { RequestedRangeNotSatisfiableError } from "https://deno.land/x/dero@1.2.4/mod.ts";

status 416

Examples

throw new RequestedRangeNotSatisfiableError("message");

Constructors

new
RequestedRangeNotSatisfiableError(message: any)