---
title: SCStreamError.Code.userStopped
framework: screencapturekit
role: symbol
role_heading: Case
path: screencapturekit/scstreamerror/code/userstopped
---

# SCStreamError.Code.userStopped

An error message that indicates the user stopped the stream.

## Declaration

```swift
case userStopped
```

## Discussion

Discussion As a best practice, handle errors of this type as an intentional user interaction rather than an error.
