directory.errors

Exceptions

OnegovDirectoryError

Common base class for all non-exit exceptions.

ValidationError

Common base class for all non-exit exceptions.

MissingColumnError

Common base class for all non-exit exceptions.

DuplicateEntryError

Common base class for all non-exit exceptions.

MissingFileError

Common base class for all non-exit exceptions.

Module Contents

exception directory.errors.OnegovDirectoryError[source]

Bases: Exception

Common base class for all non-exit exceptions.

exception directory.errors.ValidationError(entry: onegov.directory.models.DirectoryEntry, errors: wtforms.form._FormErrors, *args: object)[source]

Bases: OnegovDirectoryError

Common base class for all non-exit exceptions.

entry[source]
errors[source]
exception directory.errors.MissingColumnError(column: str, *args: object)[source]

Bases: OnegovDirectoryError

Common base class for all non-exit exceptions.

column[source]
exception directory.errors.DuplicateEntryError(name: str, *args: object)[source]

Bases: OnegovDirectoryError

Common base class for all non-exit exceptions.

name[source]
exception directory.errors.MissingFileError(name: str, *args: object)[source]

Bases: OnegovDirectoryError

Common base class for all non-exit exceptions.

name[source]