print(f"Error code: {e.http_status}")
^^^^^^^^^^^^^
AttributeError: ‘AuthenticationError’ object has no attribute ‘http_status’
print(f"Error code: {e.http_status}")
^^^^^^^^^^^^^
AttributeError: ‘AuthenticationError’ object has no attribute ‘http_status’