MoEngage-Android-SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
MoEngage-Android-SDK
core
/
com.moengage.core.exceptions
/
ConfigurationMismatchError
Configuration
Mismatch
Error
class
ConfigurationMismatchError
:
Error
Exception thrown by SDK in case of any initialization configuration issue
Since
13.06.00
Members
Constructors
Configuration
Mismatch
Error
Link copied to clipboard
constructor
(
detailMessage
:
String
)
constructor
(
throwable
:
Throwable
?
)
constructor
(
detailMessage
:
String
?
,
throwable
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?