customError
A closure that executes if the publisher times out. The publisher sends the failure returned by this closure to the subscriber as the reason for termination.
Declaration
let customError: (() -> Publishers.Timeout<Upstream, Context>.Failure)?