Exceptions
PostalLetterError ¶
Bases: Exception
Raised when a postal provider operation fails (network, API error, etc.).
Source code in components/emailing/subcomponents/postal_letter/protected/exceptions.py
PostalRequestNotFoundForLetterError ¶
Bases: Exception
Raised when a webhook references a letter with no matching postal_request row yet.