DevicesError Enumeration¶
Namespace: id3.Devices
Definition¶
class DevicesError
enum DevicesError
public enum DevicesError
public enum DevicesError
typedef enum id3DevicesError
Fields¶
Name |
Value |
Description |
---|---|---|
|
0 |
Operation completed successfully; no error encountered. |
|
-1 |
The given buffer is too small. |
|
-2 |
The requested object does not exist; a ‘null’ should be returned if possible. |
|
-4000 |
The base error code from which module-specific errors start. |
|
-4999 |
The lowest error code value defined within this module. |
|
-4001 |
The handle is invalid. |
|
-4002 |
One of the parameters is incorrect. |
|
-4003 |
Function not implemented. |
|
-4004 |
A Java exception occurred during JNI operation. |
|
-4005 |
An exception was encountered within a callback function. |
|
-4006 |
The specified type is invalid for the current operation. |
|
-4007 |
The parameter specified is not supported by the current device or operation. |
|
-4008 |
An error occurred while allocating memory. |
|
-4009 |
The required external library could not be loaded. |
|
-4010 |
The plugin specified is invalid or not suitable for the current operation. |
|
-4011 |
An attempt to register a device model failed because it already exists. |
|
-4012 |
The specified device model could not be found in the system. |
|
-4013 |
The specified device could not be located or is not currently connected. |
|
-4014 |
An attempt to add a device failed because it is already present in the system. |
|
-4015 |
The operation failed because the device has not been started. |
|
-4016 |
No picture is currently available from the device. |
|
-4017 |
No data is currently available from the device. |
|
-4018 |
An error occurred while parsing data. |
|
-4019 |
The specified range is invalid or out of acceptable bounds. |
|
-4020 |
The specified item was not found within the list or collection. |
|
-4021 |
The device could not be initialized due to an error or misconfiguration. |
|
-4022 |
The attempted operation failed because the stream is currently disabled. |
|
-4023 |
The operation timed out before completion. |
|
-4024 |
Attempted to write to a read-only parameter. |
|
-4025 |
An asynchronous operation has been initiated. |
|
-4026 |
The device instance has not been created yet. |
|
-4027 |
The device is not open; operations requiring an open device cannot proceed. |
|
-4028 |
An error occurred during the snapshot-taking process. |
|
-4029 |
A device-specific error occurred, not covered by other error codes. |
|
-4030 |
The device manager must be initialized. |