handler
A closure that accepts the upstream failure as input and returns a publisher to replace the upstream publisher.
Declaration
let handler: (Upstream.Failure) -> NewPublisherA closure that accepts the upstream failure as input and returns a publisher to replace the upstream publisher.
let handler: (Upstream.Failure) -> NewPublisher