---
title: Error
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/error
---

# Error

Information about an error that occurred while processing a request.

## Declaration

```data
object Error
```

## Properties

code: The specific code for the underlying cause of the error. detail: More detailed information about the cause of the error, intended to help identify possible resolutions. id: The identifier of the error, mapping to the occurrence. source: An object containing a reference to the source of the error. status: The HTTP status code the error maps to. title: A developer-friendly title for the error.

## Topics

### Related Objects

- [Error.Source](devicemanagement/error/source-data.dictionary.md)
