Error return values for GameDVR.
public enum class ApplicationClipError
| Member | Value | Description |
|---|---|---|
| ServiceNotRunning | 0x82323001 | The GameDVR service unexpectantly shut down. |
| OutOfSpace | 0x82323002 | There is not enough storage space to save another clip. |
| NullRecordInfo | 0x82323003 | StartRecordAsync did not finish or was not called from this instance of ApplicationClipCapture before calling StopRecordAsync |
| HitRecordLimit | 0x82323004 | There are too many concurrent recordings. |
| ResponseTooBig | 0x82323005 | HTTP Response text is too big. |
| RecordingNotExists | 0x82323006 | Information about an earlier call to StartRecordingAsync is missing. StopRecordAsync may have been called too late. |
| NoStopRecord | 0x82323007 | StopRecordAsync was not called within the alloted time after StartRecordAsync |
| AsyncFailed | 0x82323008 | The asynchronous called failed but did not return an error code. |
| UpdateOnLocalClip | 0x82323009 | Update attempted on a cloud clip where cloud ID is not available. |
| NoneRecorded | 0x8232300A | There was an error writing to the file. |
| NoMoreFrame | 0x8232300B | Did not find any frames to record. Possible causes include-
|
| NoFrameToRecord | 0x8232300C | Did not find any frames to record. Possible causes include-
|
| InvalidPlatformData | 0x8232300D | The clip metadata is incorrectly formatted. |
| BadStartTime | 0x8232300E | Start time is too old or too far into future. |
| BadDuration | 0x8232300F | Duration of recording is too short or too long. |
| NotAuthorized | 0x82323010 | The user or title does not have access to the specified clip. |
| NothingToUpdate | 0x82323011 | There is no field to update. |
| DisabledPeriod | 0x82323012 | Recording was disabled during the time period requested. |
| BadStartRecordState | 0x82323013 | StartRecordAsync was called while another recording is being made. |
| BadStopRecordState | 0x82323014 | StopRecordAsync was called but no recording was started. |
| BadRecordTimespanState | 0x82323015 | RecordTimespanAsync was called while another recording is being made. |
| UploadPending | 0x82323016 | There was a delay uploading the clip. Upload will be attempted again later. Games can safely ignore this error, or use it to inform the user that the request is still in the queue but will take more time to complete. |
| BadGameCredential | 0x82323017 | Either there is no title running or the title does not have proper credentials. |
| GameDVRBlocked | 0x82323018 | The current title has blocked recording. |
| IsLocalClip | 0x82323019 | The clip hasn't been uploaded to the cloud yet. |
| IsGuestUser | 0x8232301A | A guest user was specified for an operation that does not allow it. |
| BroadcastInProgress | 0x8232301B | The GameDVR is unavailable because a broadcast is in progress. |
| GameStreamingInProgress | 0x8232301D | The current title is currently streaming video. |
| GameDVRSettingDisabled | 0x8232301E | The game DVR setting is disabled. |
Namespace: Windows.Xbox.Media.Capture
Metadata: windows.winmd