Result Codes - Reverse GeoCoder

Result Codes - Reverse GeoCoder#

Service Level Result Codes#

Code

Short Description

Long Description

Transmission Service Error

SE01

Cloud Service Internal Error

The cloud service experienced an internal error.

General Transmission Error

GE01

Empty Request Structure

The SOAP, JSON, or XML request structure is empty. Not to be confused with the GE01 GeoCode result code.

GE04

Empty License Key

The License Key is empty.

GE05

Invalid License Key

The License Key is invalid.

GE06

Disabled License Key

The License Key is disabled.

GE07

Invalid Request

The SOAP, JSON, or XML request is invalid.

GE09

Customer Does Not Exist

The Customer ID is not in our system.

GE10

Customer License Disabled

The encrypted license is on the ban list.

GE11

Customer Disabled

The Customer ID is disabled.

GE12

IP Blacklisted

The IP Address is on the global ban list.

GE13

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

GS07

Records Found

The service successfully reverse geocoded the input coordinates and returned addresses.

GE - Geocode Error

GE50

Invalid Latitude/Longitude

The submitted latitude/longitude was not valid. The service only accepts geo-coordinates in decimal formats.

GE51

No Points Found

No points were found within the specified maximum distance. You may need to increase MaxDistance.

GE52

Out of Region

The submitted latitude/longitude was not in the U.S. and no addresses were returned.

GE53

Invalid LookUpList

One or more of the input MAKs was not valid.

GE54

Long Running Query

Could not return a response before service timed out.