Package es.situm.sdk.directions
Interface DirectionsManager.Code
- All Superinterfaces:
CommonErrorConstant.Code
- Enclosing interface:
- DirectionsManager
The error codes received in
Handler.onFailure(Error) on the DirectionsManager-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intError downloading the building data needed to calculate a routestatic final intThere is not graph between two points in dashboardstatic final intthere is no graph in dashboardstatic final intInvalid request parametersstatic final intThe request has an exclusion area that contains the origin or destination of the route.static final intRoute not found between the two pointsFields inherited from interface es.situm.sdk.error.CommonErrorConstant.Code
INTERNAL_ERROR, INTERNET_NOT_AVAILABLE, UNPROCESSABLE_ENTITY
-
Field Details
-
BUILDING_REQUEST_FAILED
static final int BUILDING_REQUEST_FAILEDError downloading the building data needed to calculate a route- See Also:
-
ROUTE_NOT_FOUND
static final int ROUTE_NOT_FOUNDRoute not found between the two points- See Also:
-
INVALID_REQUEST
static final int INVALID_REQUESTInvalid request parameters- See Also:
-
GRAPH_NOT_FOUND
static final int GRAPH_NOT_FOUNDthere is no graph in dashboard- See Also:
-
GRAPH_BETWEEN_TWO_POINTS_NOT_FOUND
static final int GRAPH_BETWEEN_TWO_POINTS_NOT_FOUNDThere is not graph between two points in dashboard- See Also:
-
ORIGIN_OR_DESTINATION_EXCLUDED
static final int ORIGIN_OR_DESTINATION_EXCLUDEDThe request has an exclusion area that contains the origin or destination of the route. The route does not exist.- See Also:
-