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

작업 실행 중 발생한 오류에 대한 정보입니다.

## 속성

| 이름              | 형식     | 설명                    |
| :-------------- | :----- | :-------------------- |
| FriendlyMessage | String | 작업 실패에 대한 친숙한 메시지입니다. |
| ErrorCode       | int32  | 실패의 오류 코드입니다.         |


## Related topics

- [action_failed](/ko/services/playfab/api-references/events/PlayStream/action-failed.md)
- [Unreal Engine 빠른 시작](/ko/services/playfab/sdks/unreal/quickstart.md)
- [action_executed](/ko/services/playfab/api-references/events/PlayStream/action-executed.md)
- [Actions & Rules](/ko/services/playfab/data-analytics/acting-data/action-rules-overview.md)
- [ActionTrigger](/ko/services/playfab/api-references/events/data-types/actiontrigger.md)
