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

SequenceError

An error thrown when something is wrong with the sequence of values arriving on the observable.

interface SequenceError extends Error {}
const SequenceError: SequenceErrorCtor;

§Extends

§
Error
[src]