Errors

Final Destination V2 errors begin with E-003. Your error code not here? Check this page for global errors.

CodeReasonRemediationStatus code
E-003-000Search country support is not finalisedVerify country code is supported. Check country against coverage maps.400
E-003-001Subceeded minimum allowed queries. Minimum allowed queries: 1You included {} queries: increase count to minimum allowed or above400
E-003-002Exceeded maximum allowed queries. Maximum allowed queries: 200You included {} queries: decrease count to maximum allowed or below400
E-003-003Mixed id with other search parametersRemove id or other search parameters400
E-003-004Mixed source_id with other search parametersRemove source_id or all other search parameters400
E-003-005Not enough search parameters present to make a valid queryProvide more search parameters. See documentation for details on search modes400
E-003-006Unsupported source_id parameterSee documentation for currently supported source_id values400
E-003-007Can not search by address_string and address_structured at the same timeSearch by only address_string or address_structured in a single query400
E-003-008address_structured does not contain enough data to form a fully qualified addressInclude 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 name400
E-003-009address_line overlaps with other fieldsWhen using address_line in the structured address you may not also use unit, house_name, street_number, street_name. Review documentation on intended use400
E-003-010Invalid location providedLocations 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-011distance_filter invalid. Must be between {} and {}. You provided {}.Ensure distance_filter is between acceptable values400
E-003-012language may only be used in a reverse geocodeEither remove language or perform a reverse geocode400
E-003-013Attempt to search by multiple source_idEnsure only searching by a single source_id at a time400