Skip to content

ProxyAuthentificationRequired

@tsed/exceptions

Usage

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

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

Overview

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

static readonly STATUS

ts
static readonly STATUS = 407;

Released under the MIT License.