Skip to content

RequestRangeUnsatisfiable

@tsed/exceptions

Usage

typescript
import { RequestRangeUnsatisfiable } from "@tsed/exceptions";

See /packages/specs/exceptions/src/types/clientErrors/RequestRangeUnsatisfiable.ts.

Overview

ts
class RequestRangeUnsatisfiable extends ClientException {
    static readonly STATUS = 416;
    constructor(message: string, origin?: Error | string | any);
}

static readonly STATUS

ts
static readonly STATUS = 416;

Released under the MIT License.