Removing `OfflineError` from Retry Error Channel
What's the best way to remove an error type when using retry? For example I want to retry forever as long as the error is
OfflineError so it should be removed from the error channel but I'm not sure of the best way to do that.