Trip

Error messages – Trip

The following table shows all the error messages that can be returned by the API in the response body:

MensagemDescrição
No path found due to maximum nodes exceededOccurs if the route is too long to be processed or if it is not possible to find a path between any of the points. Example of a case: Point A is a one-way dead-end road.
Timeout occurred while calculating routeThe route planner was unable to process the route within the timeout.
Bad Request while calling routing engineThe request has errors and could not be processed.
Error while processing routeAn unexpected error occurred in the route planner while processing the route.
Specify at least 2 pointsIt is necessary to inform more than one point.
Error occurred while calculating routeThe route planner was unable to take the desired route.
Cannot find pointSome of the points have no coordinates or incomplete coordinates.
{callbackValue} does not have a valid value. Example of allowed values: http://www.foo.br, https://www.foo.br…URL provided in callback does not have a valid format
toll.vehicleType does not have a valid valueValue at vehicleType not supported.
The possible values are:
MOTORCYCLE
CAR
CAR_WITH_THREE_SIMPLE_AXLES
CAR_WITH_FOUR_SIMPLE_AXLES
BUS_WITH_TWO_DOUBLE_AXLES
BUS_WITH_THREE_DOUBLE_AXLES
BUS_WITH_FOUR_DOUBLE_AXLES
BUS_WITH_FIVE_DOUBLE_AXLES
TRUCK_WITH_NINE_DOUBLE_AXLES
TRUCK_WITH_TWO_SINGLE_AXIS
TRUCK_WITH_TWO_DOUBLE_AXLES
TRUCK_WITH_THREE_DOUBLE_AXLES
TRUCK_WITH_FOUR_DOUBLE_AXLES
TRUCK_WITH_FIVE_DOUBLE_AXLES
TRUCK_WITH_SIX_DOUBLE_AXLES
TRUCK_WITH_SEVEN_DOUBLE_AXLES
TRUCK_WITH_EIGHT_DOUBLE_AXLES
TRUCK_WITH_TEN_DOUBLE_AXLES
Table with possible error messages returned by the API