Skip to content

Flows: Exception Handeling

Devrath edited this page Jan 22, 2024 · 2 revisions

photo-1551621490-5cb8cbc4437b_ixlib=rb-1 2

Catching the exceptions

  • Collectors can use the try-catch to catch the exceptions
    • Exceptions are thrown in the emitter code.
    • Exceptions are thrown in collector code.
Clone this wiki locally