StorageEventError

indigo.shared.events.StorageEventError
See theStorageEventError companion object
sealed trait StorageEventError extends GlobalEventError

Attributes

Companion
object
Graph
Supertypes
trait GlobalEvent
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract fields

The way the storage was being accessed when the error occurred

The way the storage was being accessed when the error occurred

Attributes

val key: Option[StorageKey]

The identifier of the storage item accessed. Either the index (an Int), or the key (a String)

The identifier of the storage item accessed. Either the index (an Int), or the key (a String)

Attributes