RootErrorHandler

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Default[Env]

Members list

Value members

Concrete methods

final def handleDefect(errorLocation: ErrorLocation, error: Throwable): UIO[Unit]
final def handleError(errorLocation: ErrorLocation, error: NonRedirect): UIO[Unit]
final def handleErrorCause(errorLocation: ErrorLocation, error: Cause[NonRedirect]): UIO[Unit]