Contents

Publishers.MapError

A publisher that converts any failure from the upstream publisher into a new error.

Declaration

struct MapError<Upstream, Failure> where Upstream : Publisher, Failure : Error

Topics

Creating an error-mapping publisher

Declaring supporting types

Inspecting publisher properties

See Also

Mapping elements