Packages

sealed class HandleError extends CancelWatch

Action that indicates that an error has occurred. The watch will be terminated when this action is produced.

Linear Supertypes
CancelWatch, Action, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HandleError
  2. CancelWatch
  3. Action
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HandleError(throwable: Throwable)

Value Members

  1. def equals(o: Any): Boolean
    Definition Classes
    HandleError → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    HandleError → AnyRef → Any
  3. val throwable: Throwable
  4. def toString(): String
    Definition Classes
    HandleError → AnyRef → Any