Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If there are validation problems with the input parameters the response will be an HTTP 400 error code that includes a simple array containing details of the problems encountered:

No Format
[{"errorMsg":"Latitude out of range","Longitude out of range"]
No Format
[ {"errorCode": "xxxerror.yy.zzz.",
   data.lat_out_of_range"},
{"errorMsg":"LatitudeLongitude out of range",
"errorCode"}
:"error.data.lng_out_of_range"}]

XML

Simple Detail XML Example Result

...