Source set: Android
public class Error(public val cause: Throwable) : SpaceRequestResult
The space transition failed due to a system error or exception.
Parameters
| cause | the underlying exception or cause of the error |
Functions
equals
Source set: Android
override fun equals(other: Any?): Boolean
hashCode
Source set: Android
override fun hashCode(): Int
toString
Source set: Android
override fun toString(): String