Web Application - StorageFailed Event
Fired when a change to the storage cannot be committed
Member 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 Local or Session Storage fails.
Returned StorageType values
Enum Value | Description |
|---|---|
LocalStorage | Local Storage |
SessionStorage | Session Storage |