Q. Which operator should be used to catch errors in an observable stream?
β
Correct Answer: (A)
catchError
Explanation: `catchError` allows handling errors emitted by observables.