Skip to content

Conflict

@tsed/exceptions

Usage

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

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

Overview

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

static readonly STATUS

ts
static readonly STATUS = 409;

Released under the MIT License.