StorageEventError

indigo.shared.events.StorageEventError$
See theStorageEventError companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class FeatureNotAvailable(key: Option[StorageKey], actionType: StorageActionType) extends StorageEventError

An error was experienced denoting that the particular storage feature is not available

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
Supertypes
trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class InvalidPermissions(key: Option[StorageKey], actionType: StorageActionType) extends StorageEventError

An error was experienced denoting that there were not enough permissions granted by the user that allows access to the storage

An error was experienced denoting that there were not enough permissions granted by the user that allows access to the storage

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

Supertypes
trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any
Show all
final case class QuotaExceeded(key: Option[StorageKey], actionType: StorageActionType) extends StorageEventError

An error was experienced denoting that there is not enough room on the device

An error was experienced denoting that there is not enough room on the device

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

Supertypes
trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any
Show all
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

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

Supertypes
trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror