Composite

scodec.Err$.Composite
case class Composite(errs: List[Err], context: List[String]) extends Err

Attributes

Source:
Err.scala
Graph
Supertypes
trait Product
trait Equals
trait Err
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Constructors

def this(errs: List[Err])

Attributes

Source:
Err.scala

Concrete methods

Gets a description of the error.

Gets a description of the error.

Attributes

Source:
Err.scala
def push(err: Err): Composite

Attributes

Source:
Err.scala

Returns a new error with the specified context identifier pushed in to the context stack.

Returns a new error with the specified context identifier pushed in to the context stack.

Attributes

Source:
Err.scala

Inherited methods

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.

Attributes

Inherited from:
Err
Source:
Err.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Err -> Any
Inherited from:
Err
Source:
Err.scala