Exeu/apai-io

Question: Catching errors

dbabaioff opened this issue · 1 comments

I'm using apai-io and is working really well! But I wanted to catch some exceptions like:

  1. The request to amazon failed - the request didn't finish - (can we define a timeout?)
  2. Amazon sent back an error (any kind of error)

How can I handle these use cases using apai-io?

+1 I'd love to see better error handling. I had to write my own. For example when I query for 10 products, but 3 have an error, or 1 has an error. I have to account for that on my own. Subscribing.