# NetworkAuthenticationRequired Class

Module
import { NetworkAuthenticationRequired } from "@tsed/exceptions"
Source/packages/exceptions/src/serverErrors/NetworkAuthenticationRequired.ts

# Overview

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

# Members

static readonly STATUS = 511;

name: string;