Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

125 page throwError 예제에 대한 의문입니다. #16

Open
myalin opened this issue Sep 14, 2018 · 1 comment
Open

125 page throwError 예제에 대한 의문입니다. #16

myalin opened this issue Sep 14, 2018 · 1 comment

Comments

@myalin
Copy link

myalin commented Sep 14, 2018

1.4.2 throwError ( 125 페이지 )

map( number => number< 0? throwError("number는 0보다 커야한다") : number )

에서 throwError에 의해

subscribe의 error 가 호출되지 않네요.

throwError().subscribe()를 통해서 처리하면 되겠지만
외부의 subscribe를 통해 error 를 catch 하려는 의도의 예제 인거 같습니다.

혹시 이해의 문제인지 예제의 문제인지 알려주시면 감사하겠습니다.

sculove added a commit that referenced this issue Sep 29, 2018
@sculove
Copy link
Owner

sculove commented Sep 29, 2018

@myalin 관련 예제를 수정했습니다.

더불어 책도 다음과 같이 수정되어야 할것 같습니다.
감사합니다.

p125.

사용자에게 에러가 발생했다는 것을 알려주기 위해 바로 에러 상태를 전달하고 구독을 해지한다.

사용자에게 에러가 발생했다는 것을 알려주기 위해 에러 상태를 전달하는 Observable을 전달한다.
에러 상태를 전달하는 Observable을 구독시 바로 에러 상태를 전달하고 구독을 해지한다.

@sculove sculove self-assigned this Sep 29, 2018
@sculove sculove assigned sculove and unassigned sculove Sep 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants