IgnoreError
public struct IgnoreError<Upstream> : Publisher where Upstream : Publisher
This publisher may be used to ignore any errors of an upstream publisher and replace errors
by .finished
messages. Also consider looking at Publisher.ignoreError()
.