UserError

harness.core.HError$.UserError$
See theUserError companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Inherited methods

final def apply(userMessage: String, internalMessage: String, causes: Iterable[Throwable]): E

Attributes

Inherited from:
ErrorBuilder3
final def apply(userMessage: String, internalMessage: String, causes: Throwable*): E

Attributes

Inherited from:
ErrorBuilder3
final def apply(message: String, causes: Iterable[Throwable]): E

Attributes

Inherited from:
ErrorBuilder2
final def apply(message: String, causes: Throwable*): E

Attributes

Inherited from:
ErrorBuilder2