Exceptions
mail_intake.exceptions
Exception hierarchy for Mail Intake.
Summary
This module defines the canonical exception types used throughout the Mail Intake library.
All library-raised errors derive from MailIntakeError. Consumers are
encouraged to catch this base type (or specific subclasses) rather than
provider-specific or third-party exceptions.
Classes
MailIntakeAdapterError
Bases: MailIntakeError
Errors raised by mail provider adapters.
Notes
Lifecycle:
1 | |
MailIntakeAuthError
Bases: MailIntakeError
Authentication and credential-related failures.
Notes
Lifecycle:
1 | |
MailIntakeError
Bases: Exception
Base exception for all Mail Intake errors.
Notes
Guarantees:
1 2 3 | |
MailIntakeParsingError
Bases: MailIntakeError
Errors encountered while parsing message content.
Notes
Lifecycle:
1 | |