Webcom Android API
/
com.orange.webcom.sdk
/
WebcomError
Webcom
Error
class
WebcomError
@
JvmOverloads
constructor(errorCode:
String
, message:
String
?, cause:
Throwable
?)
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
to
Exception
Link copied to clipboard
fun
toException
():
WebcomException
Content copied to clipboard
to
String
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
cause
Link copied to clipboard
val
cause
:
Throwable
? = null
Content copied to clipboard
errorCode
Link copied to clipboard
val
errorCode
:
String
Content copied to clipboard
message
Link copied to clipboard
val
message
:
String
?
Content copied to clipboard