Error

caseapp.core.Error$
See theError companion class
object Error

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Error.type

Members list

Concise view

Type members

Classlikes

case class ArgumentAlreadySpecified(name: String, extraNames: Seq[String]) extends SimpleError

Attributes

Graph
Supertypes
class Error
trait Product
trait Equals
class Object
trait Matchable
class Any
case object ArgumentMissing extends SimpleError

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Error
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object CannotBeDisabled extends SimpleError

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Error
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case class CommandNotFound(command: String) extends SimpleError

Attributes

Graph
Supertypes
class Error
trait Product
trait Equals
class Object
trait Matchable
class Any
case class MalformedValue(`type`: String, error: String) extends SimpleError

Attributes

Graph
Supertypes
class Error
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Other(message: String) extends SimpleError

Attributes

Graph
Supertypes
class Error
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ParsingArgument(name: Name, error: Error, nameFormatter: Formatter[Name]) extends SimpleError

Attributes

Graph
Supertypes
class Error
trait Product
trait Equals
class Object
trait Matchable
class Any
case class RequiredOptionNotSpecified(name: String, extraNames: Seq[String]) extends SimpleError

Attributes

Graph
Supertypes
class Error
trait Product
trait Equals
class Object
trait Matchable
class Any
case class SeveralErrors(head: SimpleError, tail: Seq[SimpleError]) extends Error

Attributes

Graph
Supertypes
class Error
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed abstract class SimpleError(val message: String) extends Error

Attributes

Graph
Supertypes
class Error
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
case class UnrecognizedArgument(arg: String) extends SimpleError

Attributes

Graph
Supertypes
class Error
trait Product
trait Equals
class Object
trait Matchable
class Any
case class UnrecognizedFlagValue(value: String) extends SimpleError

Attributes

Graph
Supertypes
class Error
trait Product
trait Equals
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror