Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ArgumentOutOfRangeError

An error thrown when an element was queried at a certain index of an Observable, but no such index or position exists in that sequence.

interface ArgumentOutOfRangeError extends Error {}
const ArgumentOutOfRangeError: ArgumentOutOfRangeErrorCtor;

§Extends

§
Error
[src]