indigo.shared.events.StorageEventError$.FeatureNotAvailable
See theFeatureNotAvailable companion object
final case class FeatureNotAvailable(key: Option[StorageKey], actionType: StorageActionType) extends StorageEventError
An error was experienced denoting that the particular storage feature is not available
Value parameters
- actionType
-
The way the storage was being accessed when the error occurred
- key
-
The identifier of the storage item accessed. Either the index (an Int), or the key (a String)
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StorageEventErrortrait GlobalEventErrortrait GlobalEventclass Objecttrait Matchableclass Any
Members list
In this article