Lines Matching defs:error
46 * A generic error utility function.
48 * @param {String} type The error type.
49 * @returns {Error} Throws a `RangeError` with the applicable error message.
51 function error(type) {
226 error('not-basic');
245 error('invalid-input');
251 error('invalid-input');
254 error('overflow');
266 error('overflow');
279 error('overflow');
348 error('overflow');
356 error('overflow');