This could be returned for example, if the maximum value for latitude is exceeded when specifying a lat_long value for an address, e.g.:

  {
  "addresses": [
    {
      "address_type": "destination",
      "lat_long": {
        "latitude": 99999.99,
        "longitude": 12.334
      }
    }
  ]
}