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 Code | Question Type | Description |
---|---|---|
0 | PoiSearch.Error.none | No error |
1 | PoiSearch.Error.notInMainThread | In the non-main thread call |
2 | PoiSearch.Error.notInitialization | Not initialized |
3 | PoiSearch.Error.invalidKeyword | Illegal Keywords |
4 | PoiSearch.Error.invalidCity | invalid city |
5 | PoiSearch.Error.invalidCenter | Illegal Center Point |
6 | PoiSearch.Error.invalidFilter | Invalid Filter Condition |
7 | PoiSearch.Error.invalidShapePoint | Invalid shape point |
8 | PoiSearch.Error.isQuerying | Query not Beam |
9 | PoiSearch.Error.noResult | No results |
10 | PoiSearch.Error.httpError | Network Error |
11 | PoiSearch.Error.timeout | Timeout |
12 | PoiSearch.Error.outOfIndex | Accessing out of bounds |
13 | PoiSearch.Error.otherError | Other errors |
14 | PoiSearch.Error.noSupport | The current engine version does not support |
15 | PoiSearch.Error.noData | No data |