InvalidPermissions

indigo.shared.events.StorageEventError.InvalidPermissions
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

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

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product