miniapp / com.rakuten.tech.mobile.miniapp.errors / MiniAppPointsError

MiniAppPointsError

class MiniAppPointsError : MiniAppBridgeError

A class to provide the custom errors specific for user’s points.

Constructors

<init> A class to provide the custom errors specific for user’s points.MiniAppPointsError(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): MiniAppPointsError