UIError

harness.webUI.error.UIError$
See theUIError companion trait
object UIError

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
UIError.type

Members list

Type members

Classlikes

final case class Failure(messages: NonEmptyList[Message]) extends UIError

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait UIError
class Object
trait Matchable
class Any
Show all
object Failure

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Failure.type
final case class Redirect(url: Url) extends UIError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait UIError
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def attempt[A](thunk: => A): IO[Failure, A]
def fromEither[A](either: => Either[String, A]): IO[Failure, A]