| 1 2 3 4 5 6 7 8 9 10 11 | 3× 1× | const base = 'Unable to complete local state operation.'
const KEY_NOT_REGISTERED_ERROR = `
${base}
The "{{KEY}}" must be registered before it can be set.
Please register the key at the time of the local state creation.
`
export {
KEY_NOT_REGISTERED_ERROR
}
|