ErrorResponse

enterprise.ErrorResponse$
object ErrorResponse

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Fx extends Error[Response]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Error[Response]
trait ErrorEffect[Response, Response]
trait ErrorSignature[Response, Response]
trait Effect[ErrorSignature[Response, Response]]
trait CanInterpret
trait CanPerform[ErrorSignature[Response, Response]]
trait Signature
class Object
trait Matchable
class Any
Show all
Self type
Fx.type

Types

type Fx = Fx.type

Value members

Concrete fields

val handler: Handler[[_] =>> Response, [_] =>> Response, Fx, Any]

Exports

Defined exports

final def fromEither[A](x: Either[E1, A]): Computation[A, ErrorEffect]
Exported from ErrorEffect