Error codes for connected storage operations.
public enum class ConnectedStorageErrorStatus
| Member | Value | Description |
|---|---|---|
| BlobNotFound | 0x80830008 | The operation failed because a blob with the specified name was not found in the container. |
| ContainerNotInSync | 0x8083000A | The container is not in sync. |
| ContainerSyncFailed | 0x8083000B | The container failed to sync. |
| InvalidContainerName | 0x80830001 | The specified container name is empty, contains invalid characters or is too long. |
| NoAccess | 0x80830002 | The operation failed because the title does not have write access to the container storage space. |
| NoXboxLiveInfo | 0x80830009 | The current title does not have an xbox.live section in its AppxManifest and has not listed a title ID and primary service configuration ID. |
| OutOfLocalStorage | 0x80830003 | There isn’t any local storage available. |
| ProvidedBufferTooSmall | 0x80830007 | The operation failed because the buffer provided to read a blob was too small to receive the blob. |
| QuotaExceeded | 0x80830006 | The operation failed because the update would have caused the connected storage space to exceed its quota. Use IConnectedStorageSpace::GetRemainingBytesInQuotaAsync to query the space for quota. |
| UpdateTooBig | 0x80830005 | The operation failed because the update contained more than 16MB of data. |
| UserCanceled | 0x80830004 | The operation was canceled by the user. |
Namespace: Windows.Xbox.Storage
Metadata: windows.winmd