---
title: Publishers.TryReduce.Failure
framework: combine
role: symbol
role_heading: Type Alias
path: combine/publishers/tryreduce/failure
---

# Publishers.TryReduce.Failure

The kind of errors this publisher might publish.

## Declaration

```swift
typealias Failure = Error
```

## Discussion

Discussion This publisher produces the Swift Error type.

## See Also

### Declaring supporting types

- [Publishers.Output](combine/publishers/output.md)
