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 CodeType of ProblemExplanation of Problem

0

MBPoiSearchError_none

1

MBPoiSearchError_notInMainThread

No query in the main thread

2

MBPoiSearchError_notInitialization

Poi search is not initialized

3

MBPoiSearchError_invalidKeyword

Invalid Keywords

4

MBPoiSearchError_invalidCity

City data is not authorized

5

MBPoiSearchError_invalidCenter

Invalid Center Point

6

MBPoiSearchError_invalidFilter

Invalid Filter

7

MBPoiSearchError_invalidShapePoint

Invalid shape point

8

MBPoiSearchErro r_isQuerying

In the query

9

MBPoiSearchError_noResult

No results

10

MBPoiSearchError_httpError

Request Error

11

MBPoiSearchError_timeout

Request timeout

12

MBPoiSearchError_outOfIndex

Overline

13

MBPoiSearchError_otherError

Other Errors

14

MBPoiSearchError_noSupport

Service not supported

15

MBPoiSearchError_noData

No data

16

MBPoiSearchError_invalidName

Invalid Name

17

MBPoiSearchError_invalidRequest

Invalid Request

18

MBPoiSearchError_max

Max

TOP