Improve default logging for all errors
noonhub opened this issue · 0 comments
noonhub commented
Background
There are default messages defined for ClientError
and ServerError
in errors.py
. This causes default message obscures the actual error and message when you simply log the error class as most developers would do.
Task
Implement logic in errors.py to populate message with the actual error content returned by the API rather than using a default message.