---
title: Failure
framework: swift
role: symbol
role_heading: Associated Type
path: swift/asynciteratorprotocol/failure
---

# Failure

The type of failure produced by iteration.

## Declaration

```swift
associatedtype Failure : Error = any Error
```
