VenueErrorCode enum

Specifies possible errors that may occur during loading of indoor maps

Values

noNetwork → const VenueErrorCode

No network

noMetaDataFound → const VenueErrorCode

Meta data missing error.

hrnMissing → const VenueErrorCode

HRN not provided

hrnMismatch → const VenueErrorCode

HRN missmatch.

noDefaultCollection → const VenueErrorCode

Default collection missing.

mapIdNotFound → const VenueErrorCode

Map ID not found.

mapDataIncorrect → const VenueErrorCode

Map data incorrect

noMapInCollection → const VenueErrorCode

No map available in collection

badRequest → const VenueErrorCode

Bad request.

tokenInvalid → const VenueErrorCode

Invalid authentication token

notFound → const VenueErrorCode

Requested resource not found.

internalServerError → const VenueErrorCode

Internal Server error

serviceUnavailable → const VenueErrorCode

Service unavailable

payloadTooLarge → const VenueErrorCode

Payload too large.

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<VenueErrorCode>
A constant List of the values in this enum, in order of their declaration.