`e.message` is a string, and `camel_dict_to_snake_dict` fails when given a string. The intended code is to run `camel_dict_to_snake_dict` on `e.response`, the result of which includes a `message` key. Make exception handling lines more consistent and wrap for slightly shorter lines. |
||
---|---|---|
.. | ||
ansible |