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

UnsubscriptionError

An error thrown when one or more errors have occurred during the unsubscribe of a Subscription.

interface UnsubscriptionError extends Error {
readonly errors: any[];
}
const UnsubscriptionError: UnsubscriptionErrorCtor;

§Extends

§
Error
[src]

§Properties

§
readonly errors: any[]
[src]