Error

class Error(error: Throwable) : Result<Nothing>

Represents a failed Result, containing an error.

Constructors

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

Functions

component1
Link copied to clipboard
operator fun component1(): Nothing?
component2
Link copied to clipboard
operator fun component2(): Throwable?
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