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

Type members

Classlikes

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

Attributes

Supertypes
class SimpleError
class Error
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object ArgumentMissing extends SimpleError

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
class SimpleError
class Error
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror