[Docs] "EncryptedLocalStore internal error" exception not documented
Problem Description
"EncryptedLocalStore internal error" exception not documented.
If ELS file will be corrupted, locked or, for example PrivateEncryptedDatak file will be deleted and you try call EncryptedLocalStore.getItem() then you will get exception:
Error: EncryptedLocalStore internal error
at flash.data::EncryptedLocalStore$/processErrorCode()
at flash.data::EncryptedLocalStore$/getItem()
But it not documented right now.
Related issues: https://github.com/airsdk/Adobe-Runtime-Support/issues/3283 https://github.com/airsdk/Adobe-Runtime-Support/discussions/3095 https://github.com/airsdk/Adobe-Runtime-Support/issues/2253 https://github.com/airsdk/Adobe-Runtime-Support/issues/2011 https://github.com/airsdk/Adobe-Runtime-Support/discussions/2088#discussioncomment-3593024 https://github.com/airsdk/Adobe-Runtime-Support/issues/508 https://github.com/airsdk/Adobe-Runtime-Support/issues/229
Steps to Reproduce
https://airsdk.dev/reference/actionscript/3.0/flash/data/EncryptedLocalStore.html#getItem()
Actual Result: "EncryptedLocalStore internal error" exception not documented.
Expected Result: "EncryptedLocalStore internal error" exception documented.