User Tools

Site Tools


Sidebar

Welcome to DIDO WIKI

dido:public:ra:xapend:xapend.a_glossary:r:range_error

Range Error

Return to Glossary

The Range Error indicates an error when a value is not in the set or range of allowed values.

A Range Error is thrown when trying to pass a value as an argument to a function that does not allow a range that includes the value.

This can be encountered when:

  • passing a value that is not one of the allowed string values to String.prototype.normalize(), or
  • when attempting to create an array of an illegal length with the Array constructor, or
  • when passing bad values to the numeric methods

Source: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RangeError

dido/public/ra/xapend/xapend.a_glossary/r/range_error.txt · Last modified: 2022/01/22 13:56 by nick
Translations of this page: