Skip to content

PreconditionRequired

@tsed/exceptions

Usage

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

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

Overview

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

static readonly STATUS

ts
static readonly STATUS = 428;

Released under the MIT License.