invalidKeyName constant
int
const invalidKeyName
Error code indicating an invalid key name. Keys are case-sensitive. They must start with a letter, and a-zA-Z0-9_ are the only valid characters.
Implementation
static const int invalidKeyName = 105;