Result Codes - Reverse GeoCoder#
Service Level Result Codes#
Code |
Short Description |
Long Description |
---|---|---|
Transmission Service Error |
||
|
Cloud Service Internal Error |
The cloud service experienced an internal error. |
General Transmission Error |
||
|
Empty Request Structure |
The SOAP, JSON, or XML request structure is empty. Not to be confused with the GE01 GeoCode result code. |
|
Empty License Key |
The License Key is empty. |
|
Invalid License Key |
The License Key is invalid. |
|
Disabled License Key |
The License Key is disabled. |
|
Invalid Request |
The SOAP, JSON, or XML request is invalid. |
|
Customer Does Not Exist |
The Customer ID is not in our system. |
|
Customer License Disabled |
The encrypted license is on the ban list. |
|
Customer Disabled |
The Customer ID is disabled. |
|
IP Blacklisted |
The IP Address is on the global ban list. |
|
IP Not Whitelisted |
The IP Address is not on the customer’s whitelist. |
Record Level Result Codes#
Code |
Short Description |
Long Description |
---|---|---|
GS - Geocode Status |
||
|
Records Found |
The service successfully reverse geocoded the input coordinates and returned addresses. |
GE - Geocode Error |
||
|
Invalid Latitude/Longitude |
The submitted latitude/longitude was not valid. The service only accepts geo-coordinates in decimal formats. |
|
No Points Found |
No points were found within the specified maximum distance. You may need to increase MaxDistance. |
|
Out of Region |
The submitted latitude/longitude was not in the U.S. and no addresses were returned. |
|
Invalid LookUpList |
One or more of the input MAKs was not valid. |
|
Long Running Query |
Could not return a response before service timed out. |