miniapp / com.rakuten.tech.mobile.miniapp / MiniAppSdkException

MiniAppSdkException

open class MiniAppSdkException : Exception

A custom exception class which treats the purpose of providing error information to the consumer app in an unified way.

Constructors

<init> MiniAppSdkException(e: Exception)
MiniAppSdkException(message: String)
A custom exception class which treats the purpose of providing error information to the consumer app in an unified way.MiniAppSdkException(message: String, cause: Throwable?)

Inheritors

MiniAppHasNoPublishedVersionException Exception which is thrown when the server returns no published versions for the provided mini app ID.class MiniAppHasNoPublishedVersionException : MiniAppSdkException
MiniAppNotFoundException Exception which is thrown when the provided project ID does not have any mini app exist on the server.class MiniAppNotFoundException : MiniAppSdkException
MiniAppVerificationException Exception which is thrown when cannot verify device keystore.class MiniAppVerificationException : MiniAppSdkException
RequiredPermissionsNotGrantedException Exception which is thrown when the required permissions of the manifest are not granted.class RequiredPermissionsNotGrantedException : MiniAppSdkException