Error

data class Error(error: Throwable) : RouteOptionsUpdater.RouteOptionsResult

Failed operation.

Parameters

error

reason

Constructors

Error
Link copied to clipboard
fun Error(error: Throwable)
reason

Functions

component1
Link copied to clipboard
operator fun component1(): Throwable
copy
Link copied to clipboard
fun copy(error: Throwable): RouteOptionsUpdater.RouteOptionsResult.Error
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

error
Link copied to clipboard
val error: Throwable
reason