Package es.situm.sdk.directions
Interface DirectionsManager.Code
-
- All Superinterfaces:
CommonErrorConstant.Code
- Enclosing interface:
- DirectionsManager
public static interface DirectionsManager.Code extends CommonErrorConstant.Code
The error codes received inHandler.onFailure(Error)
on theDirectionsManager
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUILDING_REQUEST_FAILED
Error downloading the building data needed to calculate a routestatic int
GRAPH_BETWEEN_TWO_POINTS_NOT_FOUND
There is not graph between two points in dashboardstatic int
GRAPH_NOT_FOUND
there is no graph in dashboardstatic int
INVALID_REQUEST
Invalid request parametersstatic int
ORIGIN_OR_DESTINATION_EXCLUDED
The request has an exclusion area that contains the origin or destination of the route.static int
ROUTE_NOT_FOUND
Route not found between the two points-
Fields inherited from interface es.situm.sdk.error.CommonErrorConstant.Code
INTERNAL_ERROR, INTERNET_NOT_AVAILABLE, UNPROCESSABLE_ENTITY
-
-
-
-
Field Detail
-
BUILDING_REQUEST_FAILED
static final int BUILDING_REQUEST_FAILED
Error downloading the building data needed to calculate a route- See Also:
- Constant Field Values
-
ROUTE_NOT_FOUND
static final int ROUTE_NOT_FOUND
Route not found between the two points- See Also:
- Constant Field Values
-
INVALID_REQUEST
static final int INVALID_REQUEST
Invalid request parameters- See Also:
- Constant Field Values
-
GRAPH_NOT_FOUND
static final int GRAPH_NOT_FOUND
there is no graph in dashboard- See Also:
- Constant Field Values
-
GRAPH_BETWEEN_TWO_POINTS_NOT_FOUND
static final int GRAPH_BETWEEN_TWO_POINTS_NOT_FOUND
There is not graph between two points in dashboard- See Also:
- Constant Field Values
-
ORIGIN_OR_DESTINATION_EXCLUDED
static final int ORIGIN_OR_DESTINATION_EXCLUDED
The request has an exclusion area that contains the origin or destination of the route. The route does not exist.- See Also:
- Constant Field Values
-
-