Skip to main content

Catch

Error handling processor. Applies a list of processors when a previous processing step fails.

FieldTypeDescription
ProcessorsarrayProcessors to apply on error

Add child processors inside Catch that run when upstream processing fails. Commonly used with a Mapping processor to capture the error message via error() and the raw content via content().