SpaceRequestResult.Error

class SpaceRequestResult.Error : SpaceRequestResult


The space transition failed due to a system error or exception.

Summary

Public constructors

Error(cause: Throwable)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Throwable

the underlying exception or cause of the error

Public constructors

Error

Added in 1.0.0-alpha16
Error(cause: Throwable)
Parameters
cause: Throwable

the underlying exception or cause of the error

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

cause

Added in 1.0.0-alpha16
val causeThrowable

the underlying exception or cause of the error