public final class ICLegacyReturnCode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
CannotYieldDevice
Unable to yield device to a secondary process
|
static long |
CommunicationErr
An communication error occurred.
|
static long |
DataTypeNotFoundErr
Device does not support data type
|
static long |
DeviceAlreadyOpenErr
Device already opened
|
static long |
DeviceGUIDNotFoundErr
Device FireWire GUID is not valid
|
static long |
DeviceInternalErr
Generic internal error
|
static long |
DeviceInvalidParamErr
Generic parameter invalid error
|
static long |
DeviceIOServicePathNotFoundErr
Device IOService point is not valid
|
static long |
DeviceLocationIDNotFoundErr
Device USB locationID is not valid
|
static long |
DeviceMemoryAllocationErr
Unable to allocate memory
|
static long |
DeviceNotFoundErr
The specified device is not found.
|
static long |
DeviceNotOpenErr
The specified device is not open.
|
static long |
DeviceUnsupportedErr
Device is not supported under ICA
|
static long |
ExtensionInternalErr
Generic ImageCaptureExtension internal error
|
static long |
FileCorruptedErr
Encountered a corrupt file
|
static long |
FrameworkInternalErr
Generic framework internal error
|
static long |
IndexOutOfRangeErr
The index of the object specified is outside of the available object indexes
|
static long |
InvalidObjectErr
The specified object is invalid
|
static long |
InvalidPropertyErr
The specified property is invalid
|
static long |
InvalidSessionErr
Session is invalid
|
static long |
IOPendingErr
There is Pending I/O
|
static long |
PropertyTypeNotFoundErr
Specific property type not found on object
|
public static final long CommunicationErr
public static final long DeviceNotFoundErr
public static final long DeviceNotOpenErr
public static final long FileCorruptedErr
public static final long IOPendingErr
public static final long InvalidObjectErr
public static final long InvalidPropertyErr
public static final long IndexOutOfRangeErr
public static final long PropertyTypeNotFoundErr
public static final long CannotYieldDevice
public static final long DataTypeNotFoundErr
public static final long DeviceMemoryAllocationErr
public static final long DeviceInternalErr
public static final long DeviceInvalidParamErr
public static final long DeviceAlreadyOpenErr
public static final long DeviceLocationIDNotFoundErr
public static final long DeviceGUIDNotFoundErr
public static final long DeviceIOServicePathNotFoundErr
public static final long DeviceUnsupportedErr
public static final long FrameworkInternalErr
public static final long ExtensionInternalErr
public static final long InvalidSessionErr