Error

sealed abstract class Error extends Product with Serializable

Base type for errors during arguments parsing

Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Abstract methods

def append(that: Error): Error

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product