<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Reactive Extensions on CodingBlast</title><link>https://codingblast.com/tags/reactive-extensions/</link><description>Recent content in Reactive Extensions on CodingBlast</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Fri, 12 May 2017 22:21:37 +0000</lastBuildDate><atom:link href="https://codingblast.com/tags/reactive-extensions/index.xml" rel="self" type="application/rss+xml"/><item><title>RxJS - Part 5 - RxJS error handling</title><link>https://codingblast.com/rxjs-error-handling/</link><pubDate>Thu, 04 May 2017 07:50:44 +0000</pubDate><guid>https://codingblast.com/rxjs-error-handling/</guid><description>&lt;h2 id="error-handling"&gt;Error handling&lt;/h2&gt;
&lt;p&gt;In the &lt;a href="https://codingblast.com/rxjs/"&gt;first post&lt;/a&gt; we saw that we have 3 main methods on Observer object: &lt;code&gt;next&lt;/code&gt;, &lt;code&gt;error&lt;/code&gt; and &lt;code&gt;complete&lt;/code&gt;. Lets focus on &lt;em&gt;error()&lt;/em&gt; method. When does it gets called? Lets see the code example.&lt;/p&gt;</description></item></channel></rss>