Skip to content

RequestEntityTooLarge

@tsed/exceptions

Usage

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

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

Overview

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

static readonly STATUS

ts
static readonly STATUS = 413;

Released under the MIT License.