zeep::http::unauthorized_exception
// In header: </home/maarten/projects/libzeep/zeep/http/webapp.hpp> struct unauthorized_exception { // construct/copy/destruct unauthorized_exception(bool); // public data members bool m_stale; // Is true when the authorization information is valid but stale (too old). };