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.
2 parents 758222d + 14badd3 commit 3258865Copy full SHA for 3258865
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 message 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