qualysapi icon indicating copy to clipboard operation
qualysapi copied to clipboard

[Enhancement] On Error raise it should also return the response instead of just False or Raise Exception

Open salaarkhan-dev opened this issue 1 year ago • 0 comments

We are working with Qualys using this lib and face issues when we get any 4xx or 5xx errors. We want to take action for those errors, but unfortunately, we are not getting a response to analyze them and handle them. Or I am understanding it wrong is there any possible way around it?

https://github.com/paragbaxi/qualysapi/blob/5c47c7fe963da57c973c6d630bcb3fc47cd72e4d/qualysapi/connector.py#L565

salaarkhan-dev avatar Dec 11 '24 10:12 salaarkhan-dev