RootErrorHandler

oxygen.ui.web.internal.RootErrorHandler
See theRootErrorHandler companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Default[Env](defaultPages: DefaultPages[Env]) extends RootErrorHandler

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ErrorLocation

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ErrorLocation

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
final case class ErrorWithLocation(loc: ErrorLocation, error: Cause[NonRedirect])

Attributes

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

Value members

Concrete methods

def rootError[R, A](loc: => ErrorLocation)(effect: ZIO[R, UIError, A]): ZIO[R, RootError, A]