Overview
The `RangeError` object
Last updated
The `RangeError` object
Last updated
RangeError {}
The RangeError
object is an extension of the CommonError
class and is thrown when a value is not in the set or range of allowed values with the message built from the described problem and its solution, optional explicit identification and minimum/maximum range on the given or stored template.
public get [Symbol.toStringTag](): string
The |
#max?: Max
Private property of the maximum range of generic type variable |
#min?: Min
Private property of the minimum range of generic type variable |
public static isRangeError(): value is RangeError<Id, Min, Max>
Checks whether the |