MimiCoreException
Raised on any errors that occur within the core module.
Inheritors
Types
Link copied to clipboard
class ForciblyLoggedOut(val anonymous: Boolean, message: String? = null, cause: Throwable? = null) : MimiCoreException
Exception class indicating a user has been forcibly logged out
Link copied to clipboard
Constructs a MimiCoreException from an exception that was thrown inside of Mimi core.
Link copied to clipboard
Link copied to clipboard
class MimiSDKExpiredException(message: String? = null, cause: Throwable? = null) : MimiCoreException
Constructs a MimiSDKExpiredException from a ServerResponse informing about the use of a deprecated SDK version.
Link copied to clipboard
Link copied to clipboard
Constructs a MimiCoreException from an error response.
Link copied to clipboard
Exception class indicating some operation took too long