Skip to content

PaymentRequired

@tsed/exceptions

Usage

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

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

Overview

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

static readonly STATUS

ts
static readonly STATUS = 402;

Released under the MIT License.