Forum Discussion
SpiroTaleski
4 years agoValued Contributor
In case of error, every error message generated in SnapLogic will have following fields always:
- error
- reason
- resolution
So in the error pipeline, you just have to map the those fields from the incoming error message:
$reason
$resolution
$error
BR
Spiro Taleski
- nishant_k94 years agoNew Contributor II
@Spiro_Taleski
Thank you for the response but the doubt is about what expression should we pass to error pipeline so that it get captured. Like for ruuid we pass pipe.ruuid, for label we pass pipe.label. Similarly for error what expression is to be passed…? Please check the screen shot I have attached just now