> ## 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.

# ActionFailure

> ActionFailure 数据类型。

有关在操作执行期间发生的错误的信息。

## 属性

| 名称              | 类型     | 描述         |
| :-------------- | :----- | :--------- |
| FriendlyMessage | String | 操作失败的友好消息。 |
| ErrorCode       | int32  | 失败的错误代码。   |


## Related topics

- [action_failed](/zh-CN/services/playfab/api-references/events/PlayStream/action-failed.md)
- [Unreal Engine 快速入门](/zh-CN/services/playfab/sdks/unreal/quickstart.md)
- [action_executed](/zh-CN/services/playfab/api-references/events/PlayStream/action-executed.md)
- [ActionTrigger](/zh-CN/services/playfab/api-references/events/data-types/actiontrigger.md)
- [ActionType](/zh-CN/services/playfab/api-references/events/data-types/actiontype.md)
