WebcomError

class WebcomError

Represents an error generated by the Webcom SDK for Android.

Functions

Link copied to clipboard
fun toException(): WebcomException

Transforms this WebcomError into an exception.

Properties

Link copied to clipboard
val errorCode: String

Human-readable code for this WebcomError.

Link copied to clipboard
val message: String?

Message associated with this WebcomError.