---
title: userStopped
framework: screencapturekit
role: symbol
role_heading: Type Property
path: screencapturekit/scstreamerror/userstopped
---

# userStopped

An error message that indicates the user stopped the stream.

## Declaration

```swift
static var userStopped: SCStreamError.Code { get }
```

## Discussion

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