Result Codes - Reverse GeoCoder#
Service Level Result Codes#
General Transmission Error#
Code |
Short Description |
Long Description |
|---|---|---|
|
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. IP Whitelisting is defined manually through your Melissa Account Administrator or by encoding them when using the token service for token generation. |
Transmission Service Error#
Code |
Short Description |
Long Description |
|---|---|---|
|
Cloud API Internal Error |
The Cloud API experienced an internal error. |
Record Level Result Codes#
Geocode Error#
Code |
Short Description |
Long Description |
|---|---|---|
|
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. |
Geocode Status#
Code |
Short Description |
Long Description |
|---|---|---|
|
Records Found |
The service successfully reverse geocoded the input coordinates and returned addresses. |