With the version of the Simvue client in PyPi currently:
File "/home/alahiff/client/20240919/venv/lib/python3.10/site-packages/simvue/api.py", line 52, in is_retryable_exception
return exception.status_code in RETRY_STATUS_CODES
AttributeError: 'HTTPError' object has no attribute 'status_code'
With the version of the Simvue client in PyPi currently: