Publishers.SetFailureType
A publisher that appears to send a specified failure type.
Declaration
struct SetFailureType<Upstream, Failure> where Upstream : Publisher, Failure : Error, Upstream.Failure == NeverOverview
The publisher can’t actually fail with the specified type and finishes normally. Use this publisher type when you need to match the error types for two mismatched publishers.