DesertFailure

io.github.vigoo.desert.DesertFailure
See theDesertFailure companion object
sealed trait DesertFailure

Desert failure type

Every failure has a human-readable 'message' and an optional exception cause.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def message: String

Human readable failure message

Human readable failure message

Attributes

Concrete methods

def cause: Option[Throwable]

Exception related to the failure, if any

Exception related to the failure, if any

Attributes