miniapp / com.rakuten.tech.mobile.miniapp.js.hostenvironment / HostEnvironmentInfoError
HostEnvironmentInfoError
class HostEnvironmentInfoError :
MiniAppBridgeError
A class to provide the custom errors specific for host environment info.
Constructors
<init> | A class to provide the custom errors specific for host environment info.HostEnvironmentInfoError(type: String ? = null, message: String ? = null) |
Properties
message | val message: String ? |
type | val type: String ? |
Companion Object Functions
custom | send custom error message from host app.fun custom(message: String ): HostEnvironmentInfoError |