CanteenLibExceptions enum

Inheritance

Constructors

CanteenLibExceptions()
const

Values

featureNepodporovana → const CanteenLibExceptions

nepodporovanaFunkce,

jePotrebaSePrihlasit → const CanteenLibExceptions

je potřeba se přihlásit před použitím funkcí, které potřebují přihlášení

neplatneUrl → const CanteenLibExceptions

neplatné url nebo server neodpovídá (nikdy není chybou v canteenlib, je to čistý get request)

nepodporovanaVerze → const CanteenLibExceptions

verze není zatím podporována a zdá se, že ani přes experimentální podporu nebude fungovat

chybaSite → const CanteenLibExceptions

chyba sítě (např. timeout). Rozdíl od neplatneUrl je ten, že tato chyba má větší pravděpodobnost, že je špatný internet

jidloNelzeObjednat → const CanteenLibExceptions

Jídlo nelze objednat nebo nemá adresu pro objednání

chybaObjednani → const CanteenLibExceptions

Chyba při objednání jídla (např. byla jídelna právě uzavřena, nebo jídlo už není v nabídce na burze apod.)

meneNezJedenKus → const CanteenLibExceptions

Nelze do burzy vložit méně než jeden kus jídla

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CanteenLibExceptions>
A constant List of the values in this enum, in order of their declaration.