---
title: "AsyncThrowingStream.Continuation.YieldResult.dropped(_:)"
framework: swift
role: symbol
role_heading: Case
path: "swift/asyncthrowingstream/continuation/yieldresult/dropped(_:)"
---

# AsyncThrowingStream.Continuation.YieldResult.dropped(_:)

The stream didn’t enqueue the element because the buffer was full.

## Declaration

```swift
case dropped(Element)
```

## Discussion

Discussion The associated element for this case is the element that the stream dropped.

## See Also

### Yield Results

- [AsyncThrowingStream.Continuation.YieldResult.enqueued(remaining:)](swift/asyncthrowingstream/continuation/yieldresult/enqueued(remaining:).md)
- [AsyncThrowingStream.Continuation.YieldResult.terminated](swift/asyncthrowingstream/continuation/yieldresult/terminated.md)
