This type of error is thrown when a parameter to a method or property is out of expected bounds.

Hierarchy

  • Error
    • ArgumentOutOfBoundsError

Constructors

Properties

Methods

Constructors

Properties

maxValue: number

Max expected value for the condition.

minValue: number

Min expected value for the condition.

value: number

Passed-in value for the argument.

Methods

  • Returns string