<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://elixirblocks.com/index.php?action=history&amp;feed=atom&amp;title=Non-Blocking_Error_Check_Example</id>
	<title>Non-Blocking Error Check Example - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://elixirblocks.com/index.php?action=history&amp;feed=atom&amp;title=Non-Blocking_Error_Check_Example"/>
	<link rel="alternate" type="text/html" href="http://elixirblocks.com/index.php?title=Non-Blocking_Error_Check_Example&amp;action=history"/>
	<updated>2026-06-02T07:28:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>http://elixirblocks.com/index.php?title=Non-Blocking_Error_Check_Example&amp;diff=1817&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;Example of error checking using the ElixirRss module.  &lt;source&gt;  def fetch_and_parse(rss) do   case ElixirRes.fetch_and_parse(rss) do     {:ok, _response} = out -&gt;       out      {:error, _} = err -&gt;       err   end rescue   e -&gt;     dbg(e)     {:error, :unknown}  end  &lt;/source&gt;&quot;</title>
		<link rel="alternate" type="text/html" href="http://elixirblocks.com/index.php?title=Non-Blocking_Error_Check_Example&amp;diff=1817&amp;oldid=prev"/>
		<updated>2024-04-29T10:16:23Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Example of error checking using the ElixirRss module.  &amp;lt;source&amp;gt;  def fetch_and_parse(rss) do   case ElixirRes.fetch_and_parse(rss) do     {:ok, _response} = out -&amp;gt;       out      {:error, _} = err -&amp;gt;       err   end rescue   e -&amp;gt;     dbg(e)     {:error, :unknown}  end  &amp;lt;/source&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Example of error checking using the ElixirRss module.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
def fetch_and_parse(rss) do&lt;br /&gt;
  case ElixirRes.fetch_and_parse(rss) do&lt;br /&gt;
    {:ok, _response} = out -&amp;gt;&lt;br /&gt;
      out&lt;br /&gt;
&lt;br /&gt;
    {:error, _} = err -&amp;gt;&lt;br /&gt;
      err&lt;br /&gt;
  end&lt;br /&gt;
rescue&lt;br /&gt;
  e -&amp;gt;&lt;br /&gt;
    dbg(e)&lt;br /&gt;
    {:error, :unknown} &lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>