---
title: symbolicationError
framework: xctest
role: symbol
role_heading: Instance Property
path: xctest/xctsourcecodeframe/symbolicationerror
---

# symbolicationError

An optional error that describes a failed symbolication attempt.

## Declaration

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

## Discussion

Discussion The system doesn’t serialize this error when it encodes the frames.

## See Also

### Frame Information

- [address](xctest/xctsourcecodeframe/address.md)
- [symbolInfo](xctest/xctsourcecodeframe/symbolinfo.md)
- [symbolInfo()](xctest/xctsourcecodeframe/symbolinfo().md)
