twisted / txaws

Twisted-based Asynchronous Libraries for Amazon Web Services and clouds that support the AWS APIs
MIT License
32 stars 18 forks source link

Report errors from Route53 client #95

Closed exarkun closed 5 years ago

exarkun commented 5 years ago

Currently Route53 errors result in a no-information Route53Error exception. The error information in the response is dropped on the floor.

Capture the information and put it in the errors attribute.