prev <<
Exceptional Model Middleware
>> next
Recoverable Exceptions
Some kinds of errors are
recoverable
Network stuff, external APIs, ...
If your dealing with such exceptions it does make sense to capture them right in the calling code and (depending on the exception) try again.