Failure

sealed trait Failure extends Result[Nothing]

Invoking the Main was not successful

Companion:
object
trait Result[Nothing]
class Object
trait Matchable
class Any

Value members

Inherited methods

def flatMap[V](f: Nothing => Result[V]): Result[V]
Inherited from:
Result
def map[V](f: Nothing => V): Result[V]
Inherited from:
Result