We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d667bc commit 052071eCopy full SHA for 052071e
components/messenger.rst
@@ -162,6 +162,8 @@ Here are some important envelope stamps that are shipped with the Symfony Messen
162
to configure the serialization groups used by the transport.
163
#. :class:`Symfony\\Component\\Messenger\\Stamp\\ValidationStamp`,
164
to configure the validation groups used when the validation middleware is enabled.
165
+#. :class:`Symfony\\Component\\Messenger\\Stamp\\ErrorDetailsStamp`,
166
+ an internal stamp when a messages fails due to an exception in the handler.
167
168
Instead of dealing directly with the messages in the middleware you receive the envelope.
169
Hence you can inspect the envelope content and its stamps, or add any::
0 commit comments