---
title: detailedDescription
framework: xctest
role: symbol
role_heading: Instance Property
path: xctest/xctmutableissue/detaileddescription
---

# detailedDescription

A detailed description of the issue that may include transient data, such as numbers, object identifiers, and timestamps, to help diagnose the issue.

## Declaration

```swift
var detailedDescription: String? { get set }
```

## See Also

### Issue Details

- [type](xctest/xctmutableissue/type.md)
- [compactDescription](xctest/xctmutableissue/compactdescription.md)
- [sourceCodeContext](xctest/xctmutableissue/sourcecodecontext.md)
- [associatedError](xctest/xctmutableissue/associatederror.md)
- [attachments](xctest/xctmutableissue/attachments.md)
- [add(_:)](xctest/xctmutableissue/add(_:).md)
