Forum Discussion

nishant_k9's avatar
nishant_k9
New Contributor II
4 years ago
Solved

Passing error reason to error pipeline

I have designed an error pipeline which accepts few pipeline parameters like ruuid, label, error etc. I have configured this error pipe line in all other pipelines in my project to make call to this ...
  • SpiroTaleski's avatar
    4 years ago

    @nishant.k9

    If you capture the error message that is delivered to error pipeline using File Writer or Record Replay Snap, you will notice that the error message structure contains the fields like error, reason, resolution, stacktrace etc.

    You don’t have to pass the error, reason, resolution as a error pipeline parameters.
    In the error pipeline, in separate Mapper Snap you can map those fields(error, reason, resolution):