class Failure : WebcomResult<Nothing>
Failure(errorCode: String, errorMessage: String?, throwable: Throwable? = null) |
val error: WebcomError? |
|
val errorCode: String |
|
val errorMessage: String? |
|
val throwable: Throwable? |
fun optResult(): Nothing? |
|
fun unwrap(): Nothing |