Error

final case class Error[+C, +E](context: Chain[C], error: E)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def prependContext[CC >: C](preContext: Chain[CC]): Error[CC, E]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product