Skip to content

RequestHeaderFieldsTooLarge

@tsed/exceptions

Usage

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

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

Overview

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

static readonly STATUS

ts
static readonly STATUS = 431;

Released under the MIT License.