> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# title_high_error_rate_alert

> title_high_error_rate_alert event.

当游戏 title 出现高错误率时，将触发此事件。

## 属性

| 名称           | 类型                                                                            | 描述                                          |
| :----------- | :---------------------------------------------------------------------------- | :------------------------------------------ |
| AlertEventId | String                                                                        | 触发此事件的警报的唯一标识符。                             |
| AlertState   | [AlertStates](/services/playfab/api-references/events/data-types/alertstates) | 警报的状态。取值包括 Triggered、Recovered、ReTriggered。 |
| API          | String                                                                        | 产生高错误率的 PlayFab API。                        |
| ErrorCode    | String                                                                        | 返回给客户端的错误消息。                                |
| GraphUrl     | String                                                                        | 触发警报的计数器图像图表的 URL。                          |
| Level        | [AlertLevel](/services/playfab/api-references/events/data-types/alertlevel)   | 警报级别。取值包括 Warn、Alert、Critical。              |

## 常用属性

所有 V1 PlayStream 事件都格式化为 JSON 对象，并共享以下常用属性：

| 名称             | 类型                                                                          | 描述                                                                                                                                                                                |
| :------------- | :-------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| EntityId       | String                                                                      | 此事件适用的实体（title、player 等）的标识符。                                                                                                                                                     |
| EntityType     | String                                                                      | 此事件适用的实体类型（player、title 等）。如果希望 PlayFab 对此实体执行操作，则 EntityType 必须为 'player'、'character' 或 'title'。当前 PlayFab 尚未解析的任何实体类型都必须加上命名空间前缀（例如 'com.mygame.guild'），因为 PlayFab 可能随时开始解析根实体。 |
| EventId        | String                                                                      | PlayFab 为此事件分配的唯一标识符。                                                                                                                                                             |
| EventName      | String                                                                      | 此事件的名称。                                                                                                                                                                           |
| EventNamespace | String                                                                      | 为此事件分配的命名空间。例如：'com.myprogram.ads'                                                                                                                                                |
| Source         | String                                                                      | 此 PlayStream 事件的源的名称；如果事件源自我方，则为 PlayFab。                                                                                                                                         |
| SourceType     | [SourceType](/services/playfab/api-references/events/data-types/sourcetype) | 此事件的源类型（PlayFab 合作伙伴、其他后端或来自 PlayFab API）。                                                                                                                                        |
| Timestamp      | DateTime                                                                    | 与此事件关联的时间（UTC）。                                                                                                                                                                   |


## Related topics

- [PlayFab 的 PlayStream 事件模型参考](/zh-CN/services/playfab/api-references/events/index.md)
- [title_client_rate_limited_alert](/zh-CN/services/playfab/api-references/events/Title/title-client-rate-limited-alert.md)
- [AlertLevel](/zh-CN/services/playfab/api-references/events/data-types/alertlevel.md)
- [AlertStates](/zh-CN/services/playfab/api-references/events/data-types/alertstates.md)
- [XHighContrastGetMode](/zh-CN/reference/system/xaccessibility/functions/xhighcontrastgetmode.md)
