Errors
Final Destination V2 errors begin with E-003. Your error code not here?
Check this page for global errors.
| Code | Reason | Remediation | Status code |
|---|---|---|---|
| E-003-000 | Search country support is not finalised | Verify country code is supported. Check country against coverage maps. | 400 |
| E-003-001 | Subceeded minimum allowed queries. Minimum allowed queries: 1 | You included {} queries: increase count to minimum allowed or above | 400 |
| E-003-002 | Exceeded maximum allowed queries. Maximum allowed queries: 200 | You included {} queries: decrease count to maximum allowed or below | 400 |
| E-003-003 | Mixed id with other search parameters | Remove id or other search parameters | 400 |
| E-003-004 | Mixed source_id with other search parameters | Remove source_id or all other search parameters | 400 |
| E-003-005 | Not enough search parameters present to make a valid query | Provide more search parameters. See documentation for details on search modes | 400 |
| E-003-006 | Unsupported source_id parameter | See documentation for currently supported source_id values | 400 |
| E-003-007 | Can not search by address_string and address_structured at the same time | Search by only address_string or address_structured in a single query | 400 |
| E-003-008 | address_structured does not contain enough data to form a fully qualified address | Include more fields in the address_structured JSON. Must contain at a minimum: a postal code, a street name, and a street number or a house name | 400 |
| E-003-009 | address_line overlaps with other fields | When using address_line in the structured address you may not also use unit, house_name, street_number, street_name. Review documentation on intended use | 400 |
| E-003-010 | Invalid location provided | Locations must be valid WGS84 coordinates in decimal degrees. Latitudes must be between -90.0 and 90.0 and longitudes must be between -180.0 and 180.0. | 400 |
| E-003-011 | distance_filter invalid. Must be between {} and {}. You provided {}. | Ensure distance_filter is between acceptable values | 400 |
| E-003-012 | language may only be used in a reverse geocode | Either remove language or perform a reverse geocode | 400 |
| E-003-013 | Attempt to search by multiple source_id | Ensure only searching by a single source_id at a time | 400 |