MetaverseSDK / io.gometa.sdk / Result / Error
Error
class Error<out T> : Result<T>
Reports an error state for a pending result.
Constructors
| <init> | Error()Reports an error state for a pending result. |
Properties
| isDone | val isDone: BooleanWhether or not this result reports a completed operation |