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 mini app ID does not exist on the server.class MiniAppNotFoundException : MiniAppSdkException