STWConfigurationError

open class STWConfigurationError : Error

Constructors

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

Types

Link copied to clipboard
annotation class ConfigurationErrorCode
error codes
Link copied to clipboard
annotation class ConfigurationErrorMessage
messages to be shown

Inherited functions

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