Class: Mailkube::Events::FailedData
- Inherits:
-
MessageContext
- Object
- Node
- MessageContext
- Mailkube::Events::FailedData
- Defined in:
- lib/mailkube/events/payloads.rb,
sig/mailkube/events/payloads.rbs
Overview
The data of email.failed: the message, plus why it never went out.
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#failed ⇒ SendFailureContext
The message-level failure.
Methods inherited from MessageContext
#created_at, #domain, #email_id, #from, #subject, #tags, #to
Methods inherited from Node
#==, #[], #block, #hash, #initialize, #to_h
Constructor Details
This class inherits a constructor from Mailkube::Events::Node
Instance Method Details
#failed ⇒ SendFailureContext
Returns the message-level failure.
44 |
# File 'lib/mailkube/events/payloads.rb', line 44 def failed = block(SendFailureContext, "failed") |