STWAccountError

open class STWAccountError : Error

Constructors

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

Types

Link copied to clipboard
annotation class AccountErrorCode
error codes
Link copied to clipboard
annotation class AccountErrorMessage
messages to be shown

Inherited functions

Link copied to clipboard
open fun getCode(): Int
Link copied to clipboard
open fun getMessage(): String