You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Web Application - StorageFailed Event
Fired when a change to the storage cannot be commited
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

See also

All Component Classes
Technical Reference

  • No labels