Location:

Status Code Comparison Table

In order to better troubleshoot the issue, the callback interface will return a response code. The response code list is as follows:


Response CodeQuestion TypeProblem DescriptionTroubleshooting Strategy

0

MBERouterError_None

1

MBERouterError_OriDestTooNear

The starting point is too close

2

MBERouterError_SetOriFailed

Set Endpoint Failure

The starting point is far from the road, or there is no data file (.red)

3

MBERouterError_SetDestFailed

Set Endpoint Failure

The end point is far from the road

4

MBERouterError_ComputeFailed

Route calculation failed

If it is an online calculation, the error code will be stored as a string in additionalMessage

5

MBERouterError_MissingSubfiles

The data for some provinces does not exist or not Authorized

The name of the province is saved in additionalMessage

6

MBERouterError_NotEnoughMemory

Out of Memory

7

MBERouterError_NetworkError

Network Error

Network link error or server error while online logging

8

MBERouterError_oriNoData

There is no data at the starting point

9

MBERouterError_destNoData

No data at the end of the location

10

MBERouterError_waypointNoData

No data at the location of the waypoint

11

MBERouterError_oriAuthError

The location data authorization error is

12

MBERouterError_destAuthError

Destination data authorization Error

13

MBERouterError_waypointAuthError

The location data authorization error of the waypoint is

14

MBERouterError_illegalCall

Unreasonable call interface error

If you do not support walking offline calculations, call offline walking

15

MBERouterError_oriGuidMismatch

The location data of the starting point does not match the underlying data (base.dat)

16

MBERouterError_destGuidMismatch

The location data of the endpoint does not match the base data (base.dat)

17

MBERouterError_waypointGuidMismatch

The location data of the waypoint does not match the underlying data (base.dat)

18

MBERouterError_baseDataInvalidOrMissing

The underlying data (base.dat) is invalid or not Exist

19

MBERouterError_resultTooShort

The route result is too short (length 0)

TOP