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

# PFGameSaveFilesUiOutOfStorageUserAction

> The user action of the PFGameSaveFilesUiOutOfStorageCallback.

The user action of the PFGameSaveFilesUiOutOfStorageCallback.

## Syntax

```cpp theme={null}
enum class PFGameSaveFilesUiOutOfStorageUserAction  : uint32_t  
{  
    Cancel = 0,  
    Retry  
}  
```

## Constants

| Constant | Description                               |
| -------- | ----------------------------------------- |
| Cancel   | Cancel the current operation.             |
| Retry    | Local storage space was cleared, so retry |

## Requirements

**Header:** PFGameSaveFilesUi.h

## See also

[PFGameSaveFilesUi members](/services/playfab/api-references/c/pfgamesavefilesui/pfgamesavefilesui_members)
