Home
last modified time | relevance | path

Searched refs:LDAPChangeError (Results 1 – 2 of 2) sorted by relevance

/dports/net/py-ldap3/ldap3-2.8.1/ldap3/core/
H A Dconnection.py68 …SupportedError, LDAPObjectClassError, LDAPConnectionIsReadOnlyError, LDAPChangeError, LDAPExceptio…
1102 raise LDAPChangeError(self.last_error)
1108 raise LDAPChangeError(self.last_error)
1129 raise LDAPChangeError(self.last_error)
1138 raise LDAPChangeError(self.last_error)
H A Dexceptions.py418 class LDAPChangeError(LDAPExceptionError, ValueError): class