DeviceError

设备相关错误码

此枚举定义了设备操作可能返回的错误码。

响应场景

错误描述
NO_ERROR0操作成功
NO_DEVICE_DETECTED1未检测到设备
NO_SYSTEM_PERMISSION2没有系统权限
NOT_SUPPORT_CAPTURE3不支持采集
OCCUPIED_ERROR4设备已占用
UNKNOWN_ERROR5未知错误

Entries

Link copied to clipboard

操作成功。

Link copied to clipboard

未检测到设备。

Link copied to clipboard

没有系统权限。

Link copied to clipboard

不支持采集。

Link copied to clipboard

设备已占用。

Link copied to clipboard

未知错误。

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.