Skip to content

LengthRequired

@tsed/exceptions

Usage

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

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

Overview

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

static readonly STATUS

ts
static readonly STATUS = 411;

Released under the MIT License.