Failure

replpp.shaded.mainargs.Result$.Failure
See theFailure companion object
sealed trait Failure extends Result[Nothing]

Invoking the Main was not successful

Attributes

Companion
object
Graph
Supertypes
trait Result[Nothing]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

Inherited from:
Result