Description

Defines error codes returned by LckResult when an operation fails. Each value indicates a specific failure condition in LCK.

Enum Values

NameValueDescription
ServiceNotCreated1The service has not been created before the call.
ServiceDisposed2The service has already been disposed and can no longer be used.
InvalidDescriptor3The provided LckDescriptor was invalid.
CameraIdNotFound4The specified camera ID could not be found.
MonitorIdNotFound5The specified monitor ID could not be found.
MicrophonePermissionDenied6Microphone permission was denied by the user or system.
RecordingAlreadyStarted7A recording session is already in progress.
NotCurrentlyRecording8Stop or query was attempted while no recording was active.
RecordingError9An error occurred while recording.
PhotoCaptureError10An error occurred while capturing a photo.
CantEditSettingsWhileRecording11Settings cannot be changed during an active recording.
NotEnoughStorageSpace12The device does not have enough free storage space.
FailedToCopyRecordingToGallery13A recorded video could not be copied to the gallery.
FailedToCopyPhotoToGallery14A captured photo could not be copied to the gallery.
UnsupportedGraphicsApi15The current graphics API is not supported by LCK.
UnsupportedPlatform16The current platform is not supported by LCK.
MicrophoneError17A runtime error occurred with microphone input.
UnknownError18An unspecified or unknown error occurred.