public final class ICReturnCode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
CommunicationTimedOut
Communication between different components of Image Capture timed out.
|
static long |
DeleteFilesCanceled
A request to delete files was canceled.
|
static long |
DeleteFilesFailed
A request to delete files failed.
|
static long |
DeviceCommandGeneralFailure
The device has experienced a general failure.
|
static long |
DeviceCouldNotPair
A pairing request for a Apple Device failed.
|
static long |
DeviceCouldNotUnpair
A unpairing request for a Apple Device failed.
|
static long |
DeviceFailedToCloseSession
Failed to close a session on a specified device.
|
static long |
DeviceFailedToCompleteTransfer
Failed to complete a data transaction.
|
static long |
DeviceFailedToOpenSession
Failed to open a session on a specified device.
|
static long |
DeviceFailedToSendData
Failed to send data.
|
static long |
DeviceFailedToTakePicture
Failed to take a tethered-capture picture on a camera device.
|
static long |
DeviceIsBusyEnumerating
The device is currently enumerating assets.
|
static long |
DeviceIsPasscodeLocked
The device is locked with a passcode.
|
static long |
DeviceNeedsCredentials
The device reports credentials are required to open the device.
|
static long |
DeviceSoftwareInstallationCanceled
Software installation for the device has been canceled.
|
static long |
DeviceSoftwareInstallationCompleted
Software installation for the device has completed successfully.
|
static long |
DeviceSoftwareInstallationFailed
Software installation for the device failed.
|
static long |
DeviceSoftwareIsBeingInstalled
Failed to open session because software to communicate with the device is being installed.
|
static long |
DeviceSoftwareNotAvailable
Software for the device is not available from Apple.
|
static long |
DeviceSoftwareNotInstalled
Failed to open session because software to communicate with the device is not installed.
|
static long |
DownloadCanceled
A download operation was canceled.
|
static long |
DownloadFailed
A non-specific error occurred while downloading a file.
|
static long |
ExFATVolumeInvalid
EXFAT volume is invalid, and cannot be enumerated.
|
static long |
FailedToCompletePassThroughCommand
Failed to complete a pass-through (e.g., PTP pass-through) command.
|
static long |
FailedToCompleteSendMessageRequest
A request to send a message to a device failed.
|
static long |
FailedToDisabeTethering
Failed to disable tethered-capture on a camera device.
|
static long |
FailedToEnabeTethering
Failed to enable tethered-capture on a camera device.
|
static long |
InvalidParam
An invalid parameter was found.
|
static long |
MultiErrorDictionary
Multierror
|
static long |
ReceivedUnsolicitedScannerErrorInfo
An unsolicited error information was received from a scanner.
|
static long |
ReceivedUnsolicitedScannerStatusInfo
An unsolicited status information was received from a scanner.
|
static long |
ScannerFailedToCompleteOverviewScan
Overview scan operation failed to complete on the specified scanner.
|
static long |
ScannerFailedToCompleteScan
Scan operation failed to complete on the specified scanner.
|
static long |
ScannerFailedToSelectFunctionalUnit
Failed to select a functional unit on the specified scanner.
|
static long |
ScannerInUseByLocalUser
Scanner is being used by a local user.
|
static long |
ScannerInUseByRemoteUser
Scanner is being used by a remote user.
|
static long |
ScanOperationCanceled
The scan operation is canceled.
|
static long |
SessionNotOpened
Session is not open.
|
static long |
Success
Operation successful.
|
static long |
UploadFailed
A non-specific error occurred while updownloading a file.
|
public static final long Success
public static final long InvalidParam
public static final long CommunicationTimedOut
public static final long ScanOperationCanceled
public static final long ScannerInUseByLocalUser
public static final long ScannerInUseByRemoteUser
public static final long DeviceFailedToOpenSession
public static final long DeviceFailedToCloseSession
public static final long ScannerFailedToSelectFunctionalUnit
public static final long ScannerFailedToCompleteOverviewScan
public static final long ScannerFailedToCompleteScan
public static final long ReceivedUnsolicitedScannerStatusInfo
public static final long ReceivedUnsolicitedScannerErrorInfo
public static final long DownloadFailed
public static final long UploadFailed
public static final long FailedToCompletePassThroughCommand
public static final long DownloadCanceled
public static final long FailedToEnabeTethering
public static final long FailedToDisabeTethering
public static final long FailedToCompleteSendMessageRequest
public static final long DeleteFilesFailed
public static final long DeleteFilesCanceled
public static final long DeviceIsPasscodeLocked
public static final long DeviceFailedToTakePicture
public static final long DeviceSoftwareNotInstalled
public static final long DeviceSoftwareIsBeingInstalled
public static final long DeviceSoftwareInstallationCompleted
public static final long DeviceSoftwareInstallationCanceled
public static final long DeviceSoftwareInstallationFailed
public static final long DeviceSoftwareNotAvailable
public static final long DeviceCouldNotPair
public static final long DeviceCouldNotUnpair
public static final long DeviceNeedsCredentials
public static final long DeviceIsBusyEnumerating
public static final long DeviceCommandGeneralFailure
public static final long DeviceFailedToCompleteTransfer
public static final long DeviceFailedToSendData
public static final long SessionNotOpened
public static final long ExFATVolumeInvalid
public static final long MultiErrorDictionary