ErrorTypes

org.specs2.control.eff.ErrorTypes
trait ErrorTypes[F]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ErrorCreation[F]
trait ErrorEffect[F]
object ErrorEffect.type

Members list

Type members

Types

type Error = Either[Throwable, F]

type of errors: exceptions or failure messages

type of errors: exceptions or failure messages

Attributes

type ErrorOrOk[A] = Evaluate[F, A]

base type for this effect: either an error or a computation to evaluate a "by-name" value

base type for this effect: either an error or a computation to evaluate a "by-name" value

Attributes

type _errorOrOk[R] = MemberIn[ErrorOrOk, R]