Forum Discussion
5 Replies
- SupratimContributor III
@Henchway - Error pipeline is useful for normal ETL scenario but for exposing APIs you can follow the traditional approach, take error view out and union all your error and success flow as final response.
I have also tried but not found the solution.@dmiller Do you have any other solution for this scenario?
- HenchwayContributor
Thank you, that’s what i’ve been doing.
Now the issue is that it won’t fit a unified error/transaction logging approach, but i suppose we’ll have to come up with a new one there.Best regards
Thomas
- dmillerFormer Employee
I’ll check with out Professional Services team to see if they’ve encountered it.