Result

clam.derivation.Result
enum Result[+A]

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Enum entries

case case ArgumentError extends Result[Nothing]

An error occurred while parsing arguments. The exact errors should be reported via a reporter.

An error occurred while parsing arguments. The exact errors should be reported via a reporter.

Attributes

case case EarlyExit extends Result[Nothing]

AAn argument was encountered that requested immediate termination, but which is not an error (e.g.--help).

AAn argument was encountered that requested immediate termination, but which is not an error (e.g.--help).

Attributes

final case class Success[+A](a: A)