apai-io icon indicating copy to clipboard operation
apai-io copied to clipboard

Question: Catching errors

Open dbabaioff opened this issue 7 years ago • 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?

dbabaioff avatar Oct 02 '17 15:10 dbabaioff

+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.

dingman avatar Dec 04 '17 16:12 dingman