rxjs / 7.5.5 / api / index / interface / errornotification.html /

ErrorNotification

interface stable

A notification representing an "error" from an observable. Can be used with dematerialize.

interface ErrorNotification {
  kind: 'E'
  error: any
}

Properties

Property Type Description
kind 'E'

The kind of notification. Always "E"

error any

© 2015–2022 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors.
Code licensed under an Apache-2.0 License. Documentation licensed under CC BY 4.0.
https://rxjs.dev/api/index/interface/ErrorNotification