---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://appmetrica.yandex.by/docs/en/sdk/ios/analytics/objectivec/AMAErrorReportingOptions.md
  - https://appmetrica.yandex.by/docs/ru/sdk/ios/analytics/objectivec/AMAErrorReportingOptions.md
  - href: en/sdk/ios/analytics/objectivec/AMAErrorReportingOptions.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

# AMAErrorReportingOptions

Contains parameters for sending errors.

## Enumerations {#enum_summary}

#|
|| [AMAErrorReportingOptions](#enum_AMAErrorReportingOptions) | Contains parameters for sending errors. ||
|#

## Enumeration descriptions {#enum_detail}

### AMAErrorReportingOptions {#enum_AMAErrorReportingOptions}

`AMAErrorReportingOptions`

#|
|| **Constant** | **Description** ||
|| `AMAErrorReportingOptionsNoBacktrace = 1 << 0` | An option that doesn't attach the send call backtrace to the error. Can speed up sending reports.
{% note info %}

This option doesn't affect the backtraces that are passed in the error itself.

{% endnote %} ||
|#
