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

Information about the error that occurred during action execution.

## Properties

| Name            | Type   | Description                                 |
| :-------------- | :----- | :------------------------------------------ |
| FriendlyMessage | String | The friendly message of the action failure. |
| ErrorCode       | int32  | The error code of the failure.              |


## Related topics

- [action_failed](/services/playfab/api-references/events/PlayStream/action-failed.md)
- [PC and mobile certification requirements and top failures](/publishing/certification/pc-certification.md)
- [XAG 115: Error messages and destructive actions](/build/game-principles/accessibility/xag-deep-dives/xag-115-error-messages.md)
- [Unreal Engine quickstart](/services/playfab/sdks/unreal/quickstart.md)
- [Custom installation actions](/build/core-features/common/packaging/packaging-custom-install-actions.md)
