class EmailSendError(Exception): """Critical error during email sending that should fail the lambda.""" pass class EmailSendSkipError(Exception): """Non-critical condition that should skip processing with SKIPPED status.""" pass