Error

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

Represents a failed Result, containing an error.

Constructors

Link copied to clipboard
fun Error(error: Throwable)

Functions

Link copied to clipboard
operator fun component1(): Nothing?
Link copied to clipboard
operator fun component2(): Throwable?
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val error: Throwable