UnsubscriptionError

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

interface UnsubscriptionError extends Error {
  get errors: any[]
}

Properties

PropertyTypeDescription
errors Read-only.