Question: Catching errors
dbabaioff opened this issue · 1 comments
dbabaioff commented
I'm using apai-io and is working really well! But I wanted to catch some exceptions like:
- The request to amazon failed - the request didn't finish - (can we define a timeout?)
- Amazon sent back an error (any kind of error)
How can I handle these use cases using apai-io?
dingman commented
+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.