Variable MEMORY_STORE_ERROR_KEYSConst
MEMORY_STORE_ERROR_KEYS: {
NOT_A_NUMBER: "kv-store.memory-store.not-a-number";
STORE_IS_FULL: "kv-store.memory-store.store-is-full";
} = ...
Type Declaration
ReadonlyNOT_A_NUMBER: "kv-store.memory-store.not-a-number"
ReadonlySTORE_IS_FULL: "kv-store.memory-store.store-is-full"