Forum Discussion

dmiller's avatar
dmiller
Former Employee
8 years ago

Framework: Error Handling & Retry Patterns

Recommendations

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

6 Replies

  • ryagnik's avatar
    ryagnik
    New Contributor

    So how do I pass error information to client ?

    • dmiller's avatar
      dmiller
      Former Employee

      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.

      • ryagnik's avatar
        ryagnik
        New Contributor

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

  • asoni's avatar
    asoni
    New Contributor

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

    • Andrej_Bogdanov's avatar
      Andrej_Bogdanov
      New Contributor III

      Hello

      We have a blog post posted on this topic on our website which i am sending the URL below. We cover most of the stuff you need to know about error handling and what are the best practices to implement in the pipelines for the error handling. If you have any further questions please be free to contact me

      https://interworks.com.mk/error-handling-in-snaplogic/