CXone Mobile SDK
Toggle table of contents
4.0.0-SNAPSHOT
release
Target filter
release
Switch theme
Search in API
Skip to content
CXone Mobile SDK
chat-sdk-core
/
com.nice.cxonechat.exceptions
/
InternalError
Internal
Error
class
InternalError
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
CXoneException
An "impossible" error has occurred.
Troubleshooting: Report to CXone support.
Members
Constructors
Internal
Error
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?