Interface DirectionsManager.Code

All Superinterfaces:
CommonErrorConstant.Code
Enclosing interface:
DirectionsManager

public static interface DirectionsManager.Code extends CommonErrorConstant.Code
The error codes received in Handler.onFailure(Error) on the DirectionsManager
  • Field Details

    • BUILDING_REQUEST_FAILED

      static final int BUILDING_REQUEST_FAILED
      Error downloading the building data needed to calculate a route
      See Also:
    • ROUTE_NOT_FOUND

      static final int ROUTE_NOT_FOUND
      Route not found between the two points
      See Also:
    • INVALID_REQUEST

      static final int INVALID_REQUEST
      Invalid request parameters
      See Also:
    • GRAPH_NOT_FOUND

      static final int GRAPH_NOT_FOUND
      there is no graph in dashboard
      See Also:
    • 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:
    • 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: