---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.2
alternate:
  - https://appmetrica.yandex.by/docs/en/sdk/ios/analytics/objectivec/AMABacktraceErrorKey.md
  - https://appmetrica.yandex.by/docs/ru/sdk/ios/analytics/objectivec/AMABacktraceErrorKey.md
  - href: en/sdk/ios/analytics/objectivec/AMABacktraceErrorKey.md
    type: text/markdown
    title: Markdown version
  - href: ../../../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://appmetrica.yandex.by/docs/en/llms.txt

# AMABacktraceErrorKey

```objectivec translate=no
extern NSErrorUserInfoKey const AMABacktraceErrorKey
```

A key from the `userInfo` dictionary of an `NSError`. It should contain the error backtrace. You can get it using the [NSThread.callStackReturnAddresses](https://developer.apple.com/documentation/foundation/nsthread/1409565-callstackreturnaddresses?language=objc) methods.

AppMetrica automatically parses the passed value.
