Error Code | Message | Summary |
---|---|---|
-1000 | Object reference not set to an instance of an object. | Request is not properly formatted |
Error Code | Message | Summary |
---|---|---|
HTTP 400 Bad Request | geocodeRequests cannot be null or empty. | Request is not properly formatted |
HTTP 404 Not Found | Number of geocode requests cannot exceed 1000 in a single call. | Too many geocode requests |
StreetAddress must be provided for address geocoding. | Missing Street Address field in GeocodeRequests | |
City and State and/or Postalcode must be provided for address geocoding. | Missing City and State or PostalCode in GeocodeRequests | |
E0001 | Error E0001-113864854 - Could not geocode address. Check InputAddress values. | Valid address not provided in GeocodeRequests |
Unable to geocode address. | Valid address not provided in GeocodeRequests | |
Latitude and Longitude must be provided for lat/long geocoding. | Missing Latitude or Longitude in GeocodeRequest | |
Unable to geocode lat/long. | Valid Latitude and Longitude not provided in GeocodeRequests |
Error Code | Message | Summary |
---|---|---|
-2000 | File type must be .csv | Uploaded file must be *.csv |
-2000 | Please submit a file for processing | No file specified for upload |
-2000 | File cannot be found | No file found for the specified Process Id (ProcessId ) |