WebcomError

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

Types

Companion
Link copied to clipboard
object Companion

Functions

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

Properties

cause
Link copied to clipboard
val cause: Throwable? = null
errorCode
Link copied to clipboard
val errorCode: String
message
Link copied to clipboard
val message: String?