Skip to content

NetworkAuthenticationRequired

@tsed/exceptions

Usage

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

See /packages/specs/exceptions/src/types/serverErrors/NetworkAuthenticationRequired.ts.

Overview

ts
class NetworkAuthenticationRequired extends ServerException {
    static readonly STATUS = 511;
    constructor(message: string, origin?: Error | string | any);
}

static readonly STATUS

ts
static readonly STATUS = 511;

Released under the MIT License.