Err

object Err

Companion for Err.

Companion for Err.

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

case class Composite(errs: List[Err], context: List[String]) extends Err
case class General(message: String, context: List[String]) extends Err
case class InsufficientBits(needed: Long, have: Long, context: List[String]) extends Err
case class MatchingDiscriminatorNotFound[A](a: A, context: List[String]) extends Err

Value members

Concrete methods

def apply(message: String): Err
def apply(errs: List[Err]): Err
def fromThrowable(t: Throwable): Err
def insufficientBits(needed: Long, have: Long): Err