DeviceException

class DeviceException(message: String?, cause: Throwable? = null) : RuntimeException(source)

Exception thrown when there is an issue with a media device.

This exception indicates problems with initializing, accessing, or using media devices such as cameras or microphones, typically due to hardware or driver issues rather than permissions.

Report a problem

Constructors

Link copied to clipboard
constructor(message: String?, cause: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?