Fuego.Auth : SecureStoreException

Instances of SecureStoreException are exceptions raised by the SecureStore component.

Example

do
  sstore = SecureStore.create()

  addKeyTo sstore
      using alias = "aliasExample1", 
            key = "savedKeyExample1"

on SecureStoreException
   logMessage "Errors when creating secure store"
   // ...
end
Related reference
Fuego.Auth : SecureStore