Skip to content

RequestURITooLong

@tsed/exceptions

Usage

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

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

Overview

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

static readonly STATUS

ts
static readonly STATUS = 414;

Released under the MIT License.