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

# Publishers.Throttle.Failure

The kind of errors this publisher might publish.

## Declaration

```swift
typealias Failure = Upstream.Failure
```

## Discussion

Discussion This publisher uses its upstream publisher’s failure type.

## See Also

### Declaring supporting types

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