Package ldaptor :: Package protocols :: Package ldap :: Module ldaperrors
[show private | hide private]
[frames | no frames]

Module ldaptor.protocols.ldap.ldaperrors

Classes
LDAPResult  
Success  

Exceptions
LDAPAdminLimitExceeded  
LDAPAffectsMultipleDSAs  
LDAPAliasDereferencingProblem  
LDAPAliasProblem  
LDAPAttributeOrValueExists  
LDAPAuthMethodNotSupported  
LDAPBusy  
LDAPCompareFalse  
LDAPCompareTrue  
LDAPConfidentialityRequired  
LDAPConstraintViolation  
LDAPEntryAlreadyExists  
LDAPException  
LDAPInappropriateAuthentication  
LDAPInappropriateMatching  
LDAPInsufficientAccessRights  
LDAPInvalidAttributeSyntax  
LDAPInvalidCredentials  
LDAPInvalidDNSyntax  
LDAPLoopDetect  
LDAPNamingViolation  
LDAPNoSuchAttribute  
LDAPNoSuchObject  
LDAPNotAllowedOnNonLeaf  
LDAPNotAllowedOnRDN  
LDAPObjectClassModsProhibited  
LDAPObjectClassViolation  
LDAPOperationsError  
LDAPOther  
LDAPProtocolError  
LDAPReferral  
LDAPSaslBindInProgress  
LDAPSizeLimitExceeded  
LDAPStrongAuthRequired  
LDAPTimeLimitExceeded  
LDAPUnavailable  
LDAPUnavailableCriticalExtension  
LDAPUndefinedAttributeType  
LDAPUnknownError  
LDAPUnwillingToPerform  

Function Summary
  get(resultCode, errorMessage)
Get an instance of the correct exception for this resultCode.
  init(**errors)

Variable Summary
int other = 80                                                                    
dict reverse = {0: <class ldaptor.protocols.ldap.ldaperrors.S...

Function Details

get(resultCode, errorMessage)

Get an instance of the correct exception for this resultCode.

Variable Details

other

Type:
int
Value:
80                                                                    

reverse

Type:
dict
Value:
{0: <class ldaptor.protocols.ldap.ldaperrors.Success at 0x4069f6bc>,
 1: <class ldaptor.protocols.ldap.ldaperrors.LDAPOperationsError at 0x\
4069fd1c>,
 2: <class ldaptor.protocols.ldap.ldaperrors.LDAPProtocolError at 0x40\
69ffbc>,
 3: <class ldaptor.protocols.ldap.ldaperrors.LDAPTimeLimitExceeded at \
0x4069fb6c>,
 4: <class ldaptor.protocols.ldap.ldaperrors.LDAPSizeLimitExceeded at \
...                                                                    

Generated by Epydoc 2.1 on Sun Oct 1 10:49:46 2006 http://epydoc.sf.net