Publishers.ReplaceError
A publisher that replaces any errors in the stream with a provided element.
Declaration
struct ReplaceError<Upstream> where Upstream : PublisherA publisher that replaces any errors in the stream with a provided element.
struct ReplaceError<Upstream> where Upstream : Publisher