Skip to content

BandwidthLimitExceeded

@tsed/exceptions

Usage

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

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

Overview

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

static readonly STATUS

ts
static readonly STATUS = 509;

Released under the MIT License.