---
title: "contentSharingPickerStartDidFailWithError(_:)"
framework: screencapturekit
role: symbol
role_heading: Instance Method
path: "screencapturekit/sccontentsharingpickerobserver/contentsharingpickerstartdidfailwitherror(_:)"
---

# contentSharingPickerStartDidFailWithError(_:)

Tells the observer that a sharing picker was unable to start.

## Declaration

```swift
func contentSharingPickerStartDidFailWithError(_ error: any Error)
```

## Parameters

- `error`: The error that caused the picker failure.
