Lines Matching refs:srvMsg
53 string srvMsg = res->getErrMsg(); in bind() local
56 throw LDAPException(resCode, srvMsg); in bind()
87 string srvMsg = res->getErrMsg(); in saslInteractiveBind() local
90 throw LDAPException(resCode, srvMsg); in saslInteractiveBind()
135 string srvMsg = res->getErrMsg(); in compare()
138 throw LDAPException(resCode, srvMsg); in compare()
169 string srvMsg = res->getErrMsg(); in del()
172 throw LDAPException(resCode, srvMsg); in del()
204 string srvMsg = res->getErrMsg(); in add()
207 throw LDAPException(resCode, srvMsg); in add()
239 string srvMsg = res->getErrMsg(); in modify()
242 throw LDAPException(resCode, srvMsg); in modify()
277 string srvMsg = res->getErrMsg(); in rename()
280 throw LDAPException(resCode, srvMsg); in rename()
320 string srvMsg = res->getErrMsg(); in search()
324 throw LDAPException(resCode, srvMsg); in search()
357 string srvMsg = res->getErrMsg(); in extOperation()
360 throw LDAPException(resCode, srvMsg); in extOperation()