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

> Tipo de datos ActionFailure.

Información sobre el error que se produjo durante la ejecución de la acción.

## Propiedades

| Nombre          | Tipo   | Descripción                                 |
| :-------------- | :----- | :------------------------------------------ |
| FriendlyMessage | String | Mensaje descriptivo del error de la acción. |
| ErrorCode       | int32  | Código de error del error.                  |


## Related topics

- [action_failed](/es/services/playfab/api-references/events/PlayStream/action-failed.md)
- [Inicio rápido de Unreal Engine](/es/services/playfab/sdks/unreal/quickstart.md)
- [action_executed](/es/services/playfab/api-references/events/PlayStream/action-executed.md)
- [ActionTrigger](/es/services/playfab/api-references/events/data-types/actiontrigger.md)
- [ActionType](/es/services/playfab/api-references/events/data-types/actiontype.md)
