Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2 / WebcomResult / Failure

Failure

class Failure : WebcomResult<Nothing>

Constructors

<init>

Failure(errorCode: String, errorMessage: String?, throwable: Throwable? = null)

Properties

error

val error: WebcomError?

errorCode

val errorCode: String

errorMessage

val errorMessage: String?

throwable

val throwable: Throwable?

Functions

optResult

fun optResult(): Nothing?

unwrap

fun unwrap(): Nothing