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