Error messages – Trip
The following table shows all the error messages that can be returned by the API in the response body:
Mensagem | Descrição |
No path found due to maximum nodes exceeded | Occurs 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 route | The route planner was unable to process the route within the timeout. |
Bad Request while calling routing engine | The request has errors and could not be processed. |
Error while processing route | An unexpected error occurred in the route planner while processing the route. |
Specify at least 2 points | It is necessary to inform more than one point. |
Error occurred while calculating route | The route planner was unable to take the desired route. |
Cannot find point | Some 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 value | Value at vehicleType not supported. The possible values are: MOTORCYCLE |