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