PyKMIP icon indicating copy to clipboard operation
PyKMIP copied to clipboard

Fixed raising an exception if some error happens when opening/closing a client connection

Open alvaro-lg opened this issue 1 year ago • 0 comments

This PR addresses an issue where exceptions were not properly raised during client connection operations. The changes include adding robust error handling to ensure that if an error occurs when opening or closing a client connection, an exception is raised accordingly. This improves the reliability of the client connection process and ensures smoother error tracking.

alvaro-lg avatar Oct 31 '24 14:10 alvaro-lg