ApplicationClipError Enumeration

Error return values for GameDVR.

Syntax

public enum class ApplicationClipError  

Members

Member Value Description
ServiceNotRunning0x82323001  The GameDVR service unexpectantly shut down.
OutOfSpace0x82323002  There is not enough storage space to save another clip.
NullRecordInfo0x82323003  StartRecordAsync did not finish or was not called from this instance of ApplicationClipCapture before calling StopRecordAsync
HitRecordLimit0x82323004  There are too many concurrent recordings.
ResponseTooBig0x82323005  HTTP Response text is too big.
RecordingNotExists0x82323006  Information about an earlier call to StartRecordingAsync is missing. StopRecordAsync may have been called too late.
NoStopRecord0x82323007  StopRecordAsync was not called within the alloted time after StartRecordAsync
AsyncFailed0x82323008  The asynchronous called failed but did not return an error code.
UpdateOnLocalClip0x82323009  Update attempted on a cloud clip where cloud ID is not available.
NoneRecorded0x8232300A  There was an error writing to the file.
NoMoreFrame0x8232300B  Did not find any frames to record. Possible causes include-
  • Game was in the background during the specified time period.
  • Recording was requested too soon after the game was activated.
NoFrameToRecord0x8232300C  Did not find any frames to record. Possible causes include-
  • Game was in the background during the specified time period.
  • Game not running during the specified time period.
InvalidPlatformData0x8232300D  The clip metadata is incorrectly formatted.
BadStartTime0x8232300E  Start time is too old or too far into future.
BadDuration0x8232300F  Duration of recording is too short or too long.
NotAuthorized0x82323010  The user or title does not have access to the specified clip.
NothingToUpdate0x82323011  There is no field to update.
DisabledPeriod0x82323012  Recording was disabled during the time period requested.
BadStartRecordState0x82323013  StartRecordAsync was called while another recording is being made.
BadStopRecordState0x82323014  StopRecordAsync was called but no recording was started.
BadRecordTimespanState0x82323015  RecordTimespanAsync was called while another recording is being made.
UploadPending0x82323016  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.
BadGameCredential0x82323017  Either there is no title running or the title does not have proper credentials.
GameDVRBlocked0x82323018  The current title has blocked recording.
IsLocalClip0x82323019  The clip hasn't been uploaded to the cloud yet.
IsGuestUser0x8232301A  A guest user was specified for an operation that does not allow it.
BroadcastInProgress0x8232301B  The GameDVR is unavailable because a broadcast is in progress.
GameStreamingInProgress0x8232301D  The current title is currently streaming video.
GameDVRSettingDisabled0x8232301E  The game DVR setting is disabled.

Requirements

Namespace: Windows.Xbox.Media.Capture

Metadata: windows.winmd

See also

Reference

Windows.Xbox.Media.Capture Namespace