# RequestedRangeUnsatisfiable Class

Module
import { RequestedRangeUnsatisfiable } from "@tsed/exceptions"
Source/packages/exceptions/src/clientErrors/RequestedRangeUnsatisfiable.ts

# Overview

class RequestedRangeUnsatisfiable extends Exception {
    static readonly STATUS = 416;
    name: string;
    constructor(message: string, origin?: Error | string | any);
}

# Members

static readonly STATUS = 416;

name: string;