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
Ordering
- Alphabetic
- By Inheritance
Inherited
- HandleError
- CancelWatch
- Action
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HandleError(throwable: Throwable)
Value Members
-
def
equals(o: Any): Boolean
- Definition Classes
- HandleError → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- HandleError → AnyRef → Any
- val throwable: Throwable
-
def
toString(): String
- Definition Classes
- HandleError → AnyRef → Any