Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Each non-empty successful response contains a set of zero or more histograms that give the number of results for each tag. Each histogram also contains uris to carry out refinement searches. For example, a search for "restaurants" “restaurants” around Portland, OR, will return items such as "Date Spot", "Organic", "Sea Food", etc.

...

Code

Description

publisher.required

The publisher parameter is missing.

latitude.illegal

The lat parameter was not a valid number.

longitude.illegal

The lon parameter was not a valid number.

radius.illegal

The radius parameter was not a valid number.

radius.out.of.range

The radius parameter was less than 1.

rpp.out.of.range

The rpp parameter was not in the range 1 - 25.

page.out.of.range

The page parameter was less than 1.

geography.underspecified

Neither where, lat nor lon parameters were supplied.

geography.overspecified

Both where and one of lat or lon parameters were supplied.

geocode.failure

The geocoder could not find a match for the supplied where parameter.

startdate.illegal

The parameter startdate was not a date in the form "yyyy“yyyy-mm-dd"dd”.

expiresbefore.illegal

The parameter expiresbefore was not a date in the form "yyyy“yyyy-mm-dd"dd”.

popularity.illegal

The parameter popularity was not an integer.

sort.illegal

The parameter sort contained an unknown value.

tag.illegal

The parameter tag was not an integer.

date.past

The parameter expiresbefore is in the past.

search.region.type.illegal

The parameter regiontype contained an unknown value.

internal.error

An internal problem with the service occurred.

tagop.illegal

The parameter tag_op value was not "and" or "or"

tagop.overspecified

What parameter, one or more tag parameters, and tag_op parameter with value of "or" supplied

tag.out.of.range

Tag_op parameter with value of "or" and limit of allowed tag parameters exceeded 

...