Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MaxFilterExceededErr

MaxFilterExceedErr constructs an Err indicating the maximum amount of filters allowed has been surpassed in the source string.

param

The maximum number of filters allowed.

param

The number of filters encountered.

Hierarchy

Implements

  • Err

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

actual

actual: number

allowed

allowed: number

message

message: string = `Max ${this.allowed} filters are allowed, got ${this.actual}!`

Methods

toString

  • toString(): string

Generated using TypeDoc