---
title: associatedError
framework: xctest
role: symbol
role_heading: Instance Property
path: xctest/xctmutableissue/associatederror
---

# associatedError

An optional error to associate with a test issue.

## Declaration

```swift
var associatedError: (any Error)? { get set }
```

## See Also

### Issue Details

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