PreparationFailure

final case class PreparationFailure(sourceName: SourceName, error: String) extends Result[Nothing]
trait Serializable
trait Product
trait Equals
class Result[Nothing]
class Object
trait Matchable
class Any

Value members

Concrete methods

def errorMsg: String
override def toEither: Either[String, Nothing]
Definition Classes

Inherited methods

def getOrDie(): Nothing
Inherited from
Result
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product