kin-android / org.kin.sdk.base.tools / Promise / State / Rejected
data class Rejected<T> : State<T>
Rejected(error:
Throwable
)
val error: