Hi, I want to record every failed request made by the http client in the database. I'm using HttpRequestRetry plugin, but I can catch only the last exception throw(for example ConnectException: Connection refused) from the client.post execution. Is there a way to catch all failed responses ?