Skip to content

//kotlin-sdk/fr.gasmartbuilding.gasmartaccessreadersdk/ErrorKey

ErrorKey

[androidJvm]\ enum ErrorKey : Enum<ErrorKey>

Entries

API_ERROR [androidJvm]
API_ERROR
APPKEY_GENERATE_ERROR [androidJvm]
APPKEY_GENERATE_ERROR
BLE_ERROR [androidJvm]
BLE_ERROR
DATA_LEN_NOT_MATCHING [androidJvm]
DATA_LEN_NOT_MATCHING
INVALID_B64 [androidJvm]
INVALID_B64
PROCESSOR_ERROR [androidJvm]
PROCESSOR_ERROR
UNKNOWN_FRAME_KEY [androidJvm]
UNKNOWN_FRAME_KEY

Properties

Name Summary
name [androidJvm]
val name: String
ordinal [androidJvm]
val ordinal: Int

Functions

Name Summary
valueOf [androidJvm]
fun valueOf(value: String): ErrorKey
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values [androidJvm]
fun values(): Array<ErrorKey>
Returns an array containing the constants of this enum type, in the order they're declared.