> ## 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](/ja-jp/services/playfab/api-references/events/PlayStream/action-failed.md)
- [action_executed](/ja-jp/services/playfab/api-references/events/PlayStream/action-executed.md)
- [Unreal Engine クイックスタート](/ja-jp/services/playfab/sdks/unreal/quickstart.md)
- [ActionTrigger](/ja-jp/services/playfab/api-references/events/data-types/actiontrigger.md)
- [ActionType](/ja-jp/services/playfab/api-references/events/data-types/actiontype.md)
