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 intBUILDING_REQUEST_FAILEDError downloading the building data needed to calculate a routestatic intGRAPH_BETWEEN_TWO_POINTS_NOT_FOUNDThere is not graph between two points in dashboardstatic intGRAPH_NOT_FOUNDthere is no graph in dashboardstatic intINVALID_REQUESTInvalid request parametersstatic intROUTE_NOT_FOUNDRoute not found between the two points-
Fields inherited from interface es.situm.sdk.error.CommonErrorConstant.Code
INTERNAL_ERROR, INTERNET_NOT_AVAILABLE
-
-
-
-
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
-
-