Page History
Web Application - StorageFailed Event
| Panel | ||
|---|---|---|
| ||
Fired when a change to the storage cannot be |
...
committed |
Member of of Web Application (PRIM_WEB.Application)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
StorageType | *Input | Enumeration | Returns the type of storage that has failed |
Details
The StorageFailed event is fired whenever an attempt to save a value to to Local or Session Storage fails.
Returned StorageType values
Enum Value | Description |
|---|---|
LocalStorage | Local Storage |
SessionStorage | Session Storage |