SeveralErrors

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

Value members

Concrete methods

def append(that: Error): Error

Inherited methods

Inherited from:
Product