Composite

case class Composite(errs: List[Err], context: List[String]) extends Err
trait Serializable
trait Product
trait Equals
trait Err
class Object
trait Matchable
class Any

Value members

Constructors

def this(errs: List[Err])

Concrete methods

def message: String
def push(err: Err): Composite
def pushContext(ctx: String): Err

Inherited methods

def messageWithContext: String

Gets a description of the error with the context identifiers prefixing the message.

Gets a description of the error with the context identifiers prefixing the message.

Inherited from
Err
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override def toString: String
Definition Classes
Err -> Any
Inherited from
Err