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

# XGameSave Wrapper reference index and member list

> Index of the XGameSave wrapper reference: the Provider class, its methods, BlobInfo struct, and BlobData, BlobInfoSet, BlobNames, and ContainerNames types.

# XGameSave Wrapper Reference

## Classes

| Class                                                                              | Description                                                 |
| ---------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| [Provider](/reference/system/Wrappers/classes/provider/xgamesave_wrapper_provider) | The primary management class for the **XGameSave** wrapper. |

## Structures

| Structure                                               | Description                                                             |
| ------------------------------------------------------- | ----------------------------------------------------------------------- |
| [BlobInfo](/reference/system/Wrappers/structs/blobinfo) | Contains the name and size of a blob (file) used by XGameSave wrappers. |

## Vectors

| Vector                                                              | Description                                                                                         |
| ------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| [BlobData](/reference/system/Wrappers/vectors/blobdata)             | Basic unit (file or blob) that can written to or read by the XGameSave wrappers.                    |
| [BlobInfoSet](/reference/system/Wrappers/vectors/blobinfoset)       | Vector of BlobInfo structures describing what blobs (files) are contained within a given container. |
| [BlobNames](/reference/system/Wrappers/vectors/blobnames)           | Vector of the names of the blobs (files) that are contained within a given container.               |
| [ContainerNames](/reference/system/Wrappers/vectors/containernames) | Vector of the names of the containers used by the game.                                             |

## Error Codes

XGameSave wrapper APIs use XGameSave error codes. The following codes may be returned. For a complete list, see [Error codes](/reference/errorcodes).

| Code                                      | Value      | Description                                                                                  |
| ----------------------------------------- | ---------- | -------------------------------------------------------------------------------------------- |
| E\_GS\_NO\_ACCESS                         | 0x80830002 | The operation failed because the title does not have access to the container storage spaces. |
| E\_GS\_OUT\_OF\_LOCAL\_STORAGE            | 0x80830003 | The device does not have enough storage capacity to save the game.                           |
| E\_GS\_USER\_CANCELED                     | 0x80830004 | The user canceled the download of their save games.                                          |
| E\_GS\_UPDATE\_TOO\_BIG                   | 0x80830005 | The size of the save update is too large.                                                    |
| E\_GS\_QUOTA\_EXCEEDED                    | 0x80830006 | The title's storage quota for this user has been exceeded.                                   |
| E\_GS\_NO\_SERVICE\_CONFIGURATION         | 0x80830009 | The title is not properly configured for connected storage.                                  |
| E\_GS\_USER\_NOT\_REGISTERED\_IN\_SERVICE | 0x8083000C | The user's MSA is not yet an XBOX services account.                                          |
| E\_GS\_HANDLE\_EXPIRED                    | 0x8083000D | The handle used by the function expired and must be reacquired.                              |

## Conceptual documentation

* [Game saves overview](/build/core-features/common/game-save/game-saves-overview)
* [XGameSave guide](/build/core-features/common/game-save/xgamesave)
* [XGameSaveFiles guide](/build/core-features/common/game-save/xgamesavefiles)

## See also

[System API reference](/reference/system/gc-reference-system-toc)
[XGameSave API reference](/reference/system/xgamesave/xgamesave_members)
