zeep::http::unauthorized_exception — exception thrown when unauthorized access is detected
// In header: <zeep/http/security.hpp> struct unauthorized_exception : public { // construct/copy/destruct (); };
when using authentication, this exception is thrown for unauthorized access
unauthorized_exception
();