Errors
async_boto.core.errors
ClientError
Bases: Exception
Raised when an API does not return a statuscode < 300
ErrorFactory
create_exception
staticmethod
create_exception(name, message, api_response)
Source code in async_boto/core/errors.py
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | |
raise_error_from_json
staticmethod
raise_error_from_json(api_response)
Source code in async_boto/core/errors.py
23 24 25 26 27 28 29 30 | |