---
title: SettingsResponse.Settings
framework: devicemanagement
role: symbol
role_heading: Device Management Command
path: devicemanagement/settingsresponse/settings-data.dictionary
---

# SettingsResponse.Settings

A dictionary that describes the results of configuring settings on a device.

## Declaration

```data
object SettingsResponse.Settings
```

## Properties

ErrorChain: An array of dictionaries that describes any errors that occurred. Identifier: The app identifier to which this error applies. note: For a watchOS app, the identifier is the watch’s bundle identifier, which differs from the main bundle identifier for the iPhone to which the watch is paired. Available: iOS 7+ | iPadOS 7+ | tvOS 10.2+ | visionOS 1.1+ | watchOS 10+ Status: The status of the setting, which is one of the following values: Acknowledged: The device processed the command successfully. Error: An error occurred. See the ErrorChain for more details.

## Topics

### Objects

- [SettingsResponse.Settings.ErrorChainItem](devicemanagement/settingsresponse/settings-data.dictionary/errorchainitem.md)

## See Also

### Objects

- [SettingsResponse.ErrorChainItem](devicemanagement/settingsresponse/errorchainitem.md)
