RouteRefreshError

data class RouteRefreshError(message: String?, throwable: Throwable?)

Route refresh Error

Parameters

message

described message

throwable

Throwable?

Constructors

RouteRefreshError
Link copied to clipboard
fun RouteRefreshError(message: String? = null, throwable: Throwable? = null)
described message

Functions

component1
Link copied to clipboard
operator fun component1(): String?
component2
Link copied to clipboard
operator fun component2(): Throwable?
copy
Link copied to clipboard
fun copy(message: String? = null, throwable: Throwable? = null): RouteRefreshError
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

message
Link copied to clipboard
val message: String? = null
described message
throwable
Link copied to clipboard
val throwable: Throwable? = null
Throwable?