chiefbiiko / dynamodb

deno <3 dynamodb
MIT License
25 stars 11 forks source link

Throw a readable error when baseFetch fails #2

Closed hayd closed 4 years ago

hayd commented 4 years ago

This makes debugging issues much easier.

Potentially a more specific error could be thrown (not just Error).

I'm not sure if I can trigger any other cases e.g. 500, or if it does't return json body, I think they would raise anyhow...

chiefbiiko commented 4 years ago

Thanks too much