DefaultErrorPage

oxygen.ui.web.defaults.DefaultErrorPage
object DefaultErrorPage extends StateSameAsParams[Any]

Attributes

Graph
Supertypes
trait StateSameAsParams[Any]
trait NonRoutablePage[Any]
trait Page[Any]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

object navigate

Attributes

Inherited from:
NonRoutablePage
Supertypes
class Object
trait Matchable
class Any

Types

override type Params = Cause[NonRedirect]

Inherited types

Attributes

Inherited from:
Page
final override type State = Params

Attributes

Inherited from:
StateSameAsParams

Value members

Concrete methods

override def title(state: Cause[NonRedirect]): String

Attributes

Definition Classes

Inherited methods

override def initialLoad(params: Params): ZIO[Any & Scope, Nothing, Params]

Attributes

Definition Classes
Inherited from:
StateSameAsParams
final def pageName: String

Attributes

Inherited from:
Page
override def postLoad(state: WidgetState[Params]): ZIO[Any & Scope, UIError, Unit]

Attributes

Definition Classes
Inherited from:
StateSameAsParams
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Page -> Any
Inherited from:
Page