Default

oxygen.ui.web.internal.RootErrorHandler.Default
final case class Default[Env](defaultPages: DefaultPages[Env]) extends RootErrorHandler

Attributes

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

Members list

Value members

Inherited methods

final def handleDefect(errorLocation: ErrorLocation, error: Throwable): UIO[Unit]

Attributes

Inherited from:
RootErrorHandler
final def handleError(errorLocation: ErrorLocation, error: NonRedirect): UIO[Unit]

Attributes

Inherited from:
RootErrorHandler
final def handleErrorCause(errorLocation: ErrorLocation, error: Cause[NonRedirect]): UIO[Unit]

Attributes

Inherited from:
RootErrorHandler
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product