Searched refs:ErrorType (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dzinflate.h91 Err(ErrorType e, const std::string &s)
H A Dcryptlib.h114 enum ErrorType { enum in class:Exception
131 explicit Exception(ErrorType errorType, const std::string &s) : m_errorType(errorType), m_what(s) {}
136 ErrorType GetErrorType() const {return m_errorType;}
137 void SetErrorType(ErrorType errorType) {m_errorType = errorType;}
140 ErrorType m_errorType;
183 OS_Error(ErrorType errorType, const std::string &s, const std::string& operation, int errorCode)
1566 ProtocolError(ErrorType errorType, const std::string &s) : Exception(errorType, s) {}
1595 void HandleProtocolError(Exception::ErrorType errorType, const std::string &s) const;

Completed in 127 milliseconds