STWAccountSettingsError

open class STWAccountSettingsError : Error

Constructors

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

Types

Link copied to clipboard
annotation class AccountSettingsErrorCode
error codes
Link copied to clipboard
annotation class AccountSettingsErrorMessage
error message

Inherited functions

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