RxSwift에서 에러를 관리하는 두 가지 방법에는 Catch Retry 가 있습니다. 1. Catch : 기본값(defaultValue)로 error를 복구합니다. 에러 없이 sequence를 지속하여 onError알림에서 복구합니다. Catch 연산자는 소스 o