tldap.exceptions

exception tldap.exceptions.FieldError[source]

Some kind of problem with a field.

exception tldap.exceptions.InvalidDN[source]

DN value is invalid and cannot be parsed.

exception tldap.exceptions.MultipleObjectsReturned[source]

The query returned multiple objects when only one was expected.

exception tldap.exceptions.ObjectAlreadyExists[source]

The requested object already exists

exception tldap.exceptions.ObjectDoesNotExist[source]

The requested object does not exist

exception tldap.exceptions.RollbackError[source]

An error in rollback and consistency cannot be guaranteed.

exception tldap.exceptions.TestFailure[source]

Simulated failure for testing.

exception tldap.exceptions.ValidationError[source]

An error while validating data.

Previous topic

tldap.base

Next topic

tldap.fields

This Page