object AirstreamError extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AirstreamError
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class CombinedError(causes: Seq[Option[Throwable]]) extends AirstreamError with Product with Serializable
- case class DebugError(error: Throwable, cause: Option[Throwable]) extends AirstreamError with Product with Serializable
- case class ErrorHandlingError(error: Throwable, cause: Throwable) extends AirstreamError with Product with Serializable
- case class ObserverError(error: Throwable) extends AirstreamError with Product with Serializable
- case class ObserverErrorHandlingError(error: Throwable, cause: Throwable) extends AirstreamError with Product with Serializable
- case class VarError(message: String, cause: Option[Throwable]) extends AirstreamError with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val consoleErrorCallback: (Throwable) => Unit
Note: In IE, console is not defined unless the developer tools console is actually open.
Note: In IE, console is not defined unless the developer tools console is actually open. Some test environments might be lacking the console as well (e.g. node.js without jsdom).
- val debuggerErrorCallback: (Throwable) => Unit
- val delayedRethrowErrorCallback: (Throwable) => Unit
The safe way to rethrow an unhandled error
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def registerUnhandledErrorCallback(fn: (Throwable) => Unit): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unregisterUnhandledErrorCallback(fn: (Throwable) => Unit): Unit
- val unsafeRethrowErrorCallback: (Throwable) => Unit
Note: this callback is allowed to throw, it is treated specially in
sendUnhandledErrorsuch that other callbacks might not run after it.Note: this callback is allowed to throw, it is treated specially in
sendUnhandledErrorsuch that other callbacks might not run after it. It's useful to fail tests in case of unhandled errors. - final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated