python-libldap exceptions

libldap.exceptions module

This module provides LDAP exceptions classes.

libldap exceptions hierarchy:

LDAPError
├── LDAPAPIError
│   ├── LDAPAuthUnknown
│   ├── LDAPClientLoop
│   ├── LDAPConnectError
│   ├── LDAPControlNotFound
│   ├── LDAPDecodingError
│   ├── LDAPEncodingError
│   ├── LDAPFilterError
│   ├── LDAPLocalError
│   ├── LDAPMoreResultsToReturn
│   ├── LDAPNoMemory
│   ├── LDAPNoResultsReturned
│   ├── LDAPNotSupported
│   ├── LDAPParamError
│   ├── LDAPReferralLimitExceeded
│   ├── LDAPServerDown
│   ├── LDAPTimeout
│   ├── LDAPUserCancelled
│   └── LDAPXConnecting
└── LDAPFailedResult
    ├── LDAPAdminlimitExceeded
    ├── LDAPAffectsMultipleDsas
    ├── LDAPAliasDerefProblem
    ├── LDAPAliasProblem
    ├── LDAPAlreadyExists
    ├── LDAPAuthMethodNotSupported
    ├── LDAPBusy
    ├── LDAPCompareFalse
    ├── LDAPCompareTrue
    ├── LDAPConfidentialityRequired
    ├── LDAPConstraintViolation
    ├── LDAPInappropriateAuth
    ├── LDAPInappropriateMatching
    ├── LDAPInsufficientAccess
    ├── LDAPInvalidCredentials
    ├── LDAPInvalidDnSyntax
    ├── LDAPInvalidSyntax
    ├── LDAPIsLeaf
    ├── LDAPLoopDetect
    ├── LDAPNamingViolation
    ├── LDAPNoObjectClassMods
    ├── LDAPNoSuchAttribute
    ├── LDAPNoSuchObject
    ├── LDAPNotAllowedOnNonleaf
    ├── LDAPNotAllowedOnRdn
    ├── LDAPObjectClassViolation
    ├── LDAPOperationsError
    ├── LDAPOther
    ├── LDAPPartialResults
    ├── LDAPProtocolError
    ├── LDAPReferral
    ├── LDAPResultsTooLarge
    ├── LDAPSaslBindInProgress
    ├── LDAPSizelimitExceeded
    ├── LDAPStrongAuthRequired
    ├── LDAPTimelimitExceeded
    ├── LDAPTypeOrValueExists
    ├── LDAPUnavailable
    ├── LDAPUnavailableCriticalExtension
    ├── LDAPUndefinedType
    ├── LDAPUnwillingToPerform
    └── LDAPVlvError