IndoorRoutingError enum
Specifies possible errors that may result from the calculation of a indoor route.
Values
- noError → const IndoorRoutingError
-
Default
- noNetwork → const IndoorRoutingError
-
No network.
- noRouteFound → const IndoorRoutingError
-
No route found.
- couldNotMatchOrigin → const IndoorRoutingError
-
Could not match origin.
- couldNotMatchDestination → const IndoorRoutingError
-
Could not match destination.
- mapNotFound → const IndoorRoutingError
-
Venue ID not found.
- parsingError → const IndoorRoutingError
-
Response output not as expected.
- unknownError → const IndoorRoutingError
-
Unknown error.
- badRequest → const IndoorRoutingError
-
Bad request.
-
Unauthorized access.
- forbidden → const IndoorRoutingError
-
Forbidden.
- notFound → const IndoorRoutingError
-
Resource unavailable
- tooManyRequests → const IndoorRoutingError
-
Too many requests.
- internalServerError → const IndoorRoutingError
-
Internal server error.
- badGateway → const IndoorRoutingError
-
Bad Gateway.
-
Service unavailable.
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<
IndoorRoutingError> - A constant List of the values in this enum, in order of their declaration.