zeep::http::unauthorized_exception
// In header: </home/maarten/projects/libzeep/zeep/http/webapp.hpp> struct unauthorized_exception { // construct/copy/destruct unauthorized_exception(bool, const std::string &); // public data members bool m_stale; // Is true when the authorization information is valid but stale (too old) char m_realm; // Realm for which the authorization failed. };