enum class CaptureSourceError
CaptureSourceError describes an error resulting from a capture source failure These can be used to trigger UI, or attempt to restart the capture source.
Unknown |
Unknown error, and catch-all for errors not otherwise covered |
PermissionError |
A failure to obtain necessary permission to start video |
SystemFailure |
A failure observed from a system API used for capturing
e.g. In response to a |
ConfigurationFailure |
A failure observed during configuration |