Web Application - StorageFailed Event

Fired when a change to the storage cannot be commited

Member of Web Application (PRIM_WEB.Application)

Parameters

NameTypeData TypeDescription
StorageType*InputEnumerationReturns 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 ValueDescription
LocalStorageLocal Storage
SessionStorageSession Storage


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2