cancel
Showing results for 
Search instead for 
Did you mean: 

Framework: Error Handling & Retry Patterns

dmiller
Admin Admin
Admin

Recommendations

  • When using error pipelines, DO NOT have any open output views in the error pipeline unless ultra needs one…

Diane Miller
Community Manager
6 REPLIES 6

ryagnik
New Contributor

So how do I pass error information to client ?

How do you want to send the information?

Some Snaps don’t need an output view to deliver data, such as File Writer will write to a file and not need an output view.


Diane Miller
Community Manager

In our case, we are exposing pipeline on REST so our client expects to see error when error occurs.

asoni
New Contributor

Hi Miller - Are there any predefined error handling frameworks available as sample that we can utilize in our current project ?