GeoLocation Error Code

This topic lists the error codes of the GeoLocation.

Table 1. GeoLocation Error Code
Error Code Error Message
1001 Userkey is required
1002 Subuser id is required
1003 Invalid key. Please check the key you are passing.
1005 Key expired
1011 Version Required
1012 Invalid Version
1013 This Version does not support your Agreement
1035 Invalid request. Please check api parameters.
2021 JSON base64 data is required
2012 location data required

Error Code Sample Response

Below is the API Error Response in JSON Format:
{
  "error": {
    "errorcode": "",
    "errormsg": ""
  }
}