Unspecified
indigo.shared.events.StorageEventError$.Unspecified
final case class Unspecified(key: Option[StorageKey], actionType: StorageActionType, message: String) extends StorageEventError
An error was experienced that did not fall into one of the predefined categories
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)
- message
-
The message of the error that was experienced
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StorageEventErrortrait GlobalEventErrortrait GlobalEventclass Objecttrait Matchableclass Any
Members list
In this article