<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Error codes confusion"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "Error codes confusion"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Error codes confusion</title>
				<description><![CDATA[ Hello,

After reading the documentation I found that there are some error codes for various situations. For example there is an error 15 if there is no result found. 

I want to use XML service for my application but after testing the service I see that there is no error code provided as the documentation talks about. 

For example in the case below the address is found and it provides the correct nodes:
http://ws.geonames.org/findNearestAddress?lat=37.451&lng=-122.18

but 
on the case below 

http://ws.geonames.org/findNearestAddress?lat=34.451&lng=-122.18

the address is not found but I see no error code. Instead I see something like :

  <?xml version="1.0" encoding="UTF-8" standalone="no" ?> 
  <geonames /> 

I'm I doing something wrong?
]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1539.page#6423</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1539.page#6423</link>
				<pubDate><![CDATA[Sun, 20 Sep 2009 22:23:52]]> GMT</pubDate>
				<author><![CDATA[ gogeo]]></author>
			</item>
			<item>
				<title>Re:Error codes confusion</title>
				<description><![CDATA[ You are not doing anything wrong. 

For the findNearestAddress it is not considered an exception to not find an address. I would even estimate that it is normal for this service to not find an address, the US is not so densely populated that each coordinate is close to an address.

Best

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1539.page#6424</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1539.page#6424</link>
				<pubDate><![CDATA[Mon, 21 Sep 2009 07:24:20]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
	</channel>
</rss>