WebcomError

class WebcomError @JvmOverloads constructor(    val errorCode: String,     message: String?,     cause: Throwable? = null)

Constructors

Link copied to clipboard
fun WebcomError(    errorCode: String,     message: String?,     cause: Throwable? = null)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun toException(): WebcomException
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val errorCode: String
Link copied to clipboard
val message: String?