ArgumentAlreadySpecified

caseapp.core.Error.ArgumentAlreadySpecified
case class ArgumentAlreadySpecified(name: String, extraNames: Seq[String]) extends SimpleError

Attributes

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

Members list

Value members

Inherited methods

def append(that: Error): Error

Attributes

Inherited from:
SimpleError
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val message: String

Attributes

Inherited from:
SimpleError