harness.core.HError
See theHError companion object
sealed abstract class HError(val userMessage: UserMessage, val internalMessage: String, val causes: List[Throwable]) extends Throwable
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
class Multipleclass Singleclass ???class InternalDefectclass SystemFailureclass UserErrorclass WrappedShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Throwable -> Any
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Concrete fields
In this article