Get current Item in catchError
#7277
Replies: 1 comment 2 replies
-
The error can only occur once per subscription. Maybe you should use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In short I get a event where the data contains a ID and each ID needs to be process by some internal code that sometimes can throw an error. In the
catchError
I want to start a new observable. To handle the error correctly, but for that I need to the know what was the item that gave the error. I can't find anywhere how to solve this.I'm using RxJS 7.x
Beta Was this translation helpful? Give feedback.
All reactions