Publisher
public extension Publisher
-
Replace all errors with an empty response
Declaration
Swift
func removeErrors<T>() -> Publishers.ReplaceError<Self> where Self.Output == RequestResponse<T>
Return Value
A publisher that cannot error