Skip to main content
Latest
interface ArgumentOutOfRangeError
implements Error
import { type ArgumentOutOfRangeError } from "https://deno.land/x/rxjs@v1.0.2/mod.ts";
variable ArgumentOutOfRangeError
import { ArgumentOutOfRangeError } from "https://deno.land/x/rxjs@v1.0.2/mod.ts";

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.

type

ArgumentOutOfRangeErrorCtor