core.utils.fetchers.exceptions module¶
Exceptions for errors during operations on mailservers.
- exception core.utils.fetchers.exceptions.FetcherError[source]¶
Bases:
ExceptionBase exception class for errors during operations on mailservers.
- exception core.utils.fetchers.exceptions.MailAccountError(error, command_name='interaction')[source]¶
Bases:
FetcherErrorException for errors concerning the mail account.
- Parameters:
error (Exception)
command_name (StrOrPromise)
- Return type:
None
- exception core.utils.fetchers.exceptions.MailboxError(error, command_name='interaction')[source]¶
Bases:
FetcherErrorException for errors concerning the mailbox.