InviteGuestError

open class InviteGuestError : Error

Constructors

Link copied to clipboard
open fun InviteGuestError(code: Int, @Nullable message: String)
Constructor to define a new Virality error.

Types

Link copied to clipboard
annotation class ErrorCode
fail reasons when invite a guest

Functions

Link copied to clipboard
open fun getCode(): Int
Get the error code.
Link copied to clipboard
open fun getMessage(): String
Get the description message for the error.