harness.core.HError
See theHError companion object
sealed abstract class HError(val userMessage: UserMessage, val internalMessage: String, causes: List[Throwable]) extends HErrorOr[Nothing]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class HErrorOr[Nothing]class Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class Multipleclass Singleclass ???class InternalDefectclass SystemFailureclass UserErrorclass WrappedShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Throwable
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
In this article