Failure

final case
class Failure(errors: List[String]) extends Startup[Nothing]
Companion
object
trait Startup[Nothing]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def report: String

Inherited methods

Inherited from
Startup
Inherited from
Startup
Inherited from
Startup
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product