ErrorTypes

trait ErrorTypes[F]
class Object
trait Matchable
class Any
trait ErrorCreation[F]
trait ErrorEffect[F]
object ErrorEffect.type

Type members

Types

type Error = Either[Throwable, F]

type of errors: exceptions or failure messages

type of errors: exceptions or failure messages

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