sealed class WavecellException : Exception
A class that encapsulates exceptions that may happen during SDK lifecycle.
message
- Message returning the description in String format.
AccountIdNotFoundException |
Exception used when account Id not set WavecellUserConfiguration. class AccountIdNotFoundException : WavecellException |
ApplicationIdNotSetException |
Exception used when application Id not set WavecellSessionConfiguration. class ApplicationIdNotSetException : WavecellException |
ComponentNotActiveException |
Exception used when an illegal operation is performed when SDK is inactive. class ComponentNotActiveException : WavecellException |
ConfigUpdateFailedException |
Exception used when phone number or push token update fails. open class ConfigUpdateFailedException : WavecellException |
DeviceIdNotSetException |
Exception used when device Id not set WavecellUserConfiguration. class DeviceIdNotSetException : WavecellException |
DisplayNameNotSetException |
Exception used when display name not set WavecellUserConfiguration. class DisplayNameNotSetException : WavecellException |
InvalidPushTokenException |
Exception used when user tries to update token with null value PushNotificationChannel. class InvalidPushTokenException : WavecellException |
JWTTokenCannotBeEmptyException |
Exception used when a empty jwt token is set while updating the token after SDK activation. class JWTTokenCannotBeEmptyException : WavecellException |
JWTTokenNotSetException |
Exception used when jwt token not set WavecellUserConfiguration. class JWTTokenNotSetException : WavecellException |
SessionConfigurationNotFoundException |
Exception used session information not provided while activating SDK WavecellUserConfiguration. class SessionConfigurationNotFoundException : WavecellException |
UnknownException |
Exception used for when source of exception is not determined. open class UnknownException : WavecellException |
UserConfigurationNotFoundException |
Exception used user information not provided while activating SDK WavecellUserConfiguration. class UserConfigurationNotFoundException : WavecellException |
UserIdNotSetException |
Exception used when user Id not set WavecellUserConfiguration. class UserIdNotSetException : WavecellException |
WavecellBaseUrlNotSetException |
Exception used when wavecell base url is not set WavecellSessionConfiguration. class WavecellBaseUrlNotSetException : WavecellException |