Package apple.imagecapturecore.enums
Class ICReturnCode
- java.lang.Object
-
- apple.imagecapturecore.enums.ICReturnCode
-
public final class ICReturnCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCommunicationTimedOutCommunication between different components of Image Capture timed out.static longDeleteFilesCanceledA request to delete files was canceled.static longDeleteFilesFailedA request to delete files failed.static longDeviceCommandGeneralFailureThe device has experienced a general failure.static longDeviceCouldNotPairA pairing request for a Apple Device failed.static longDeviceCouldNotUnpairA unpairing request for a Apple Device failed.static longDeviceFailedToCloseSessionFailed to close a session on a specified device.static longDeviceFailedToCompleteTransferFailed to complete a data transaction.static longDeviceFailedToOpenSessionFailed to open a session on a specified device.static longDeviceFailedToSendDataFailed to send data.static longDeviceFailedToTakePictureFailed to take a tethered-capture picture on a camera device.static longDeviceIsBusyEnumeratingThe device is currently enumerating assets.static longDeviceIsPasscodeLockedThe device is locked with a passcode.static longDeviceNeedsCredentialsThe device reports credentials are required to open the device.static longDeviceSoftwareInstallationCanceledSoftware installation for the device has been canceled.static longDeviceSoftwareInstallationCompletedSoftware installation for the device has completed successfully.static longDeviceSoftwareInstallationFailedSoftware installation for the device failed.static longDeviceSoftwareIsBeingInstalledFailed to open session because software to communicate with the device is being installed.static longDeviceSoftwareNotAvailableSoftware for the device is not available from Apple.static longDeviceSoftwareNotInstalledFailed to open session because software to communicate with the device is not installed.static longDownloadCanceledA download operation was canceled.static longDownloadFailedA non-specific error occurred while downloading a file.static longExFATVolumeInvalidEXFAT volume is invalid, and cannot be enumerated.static longFailedToCompletePassThroughCommandFailed to complete a pass-through (e.g., PTP pass-through) command.static longFailedToCompleteSendMessageRequestA request to send a message to a device failed.static longFailedToDisabeTetheringFailed to disable tethered-capture on a camera device.static longFailedToEnabeTetheringFailed to enable tethered-capture on a camera device.static longInvalidParamAn invalid parameter was found.static longMultiErrorDictionaryMultierrorstatic longReceivedUnsolicitedScannerErrorInfoAn unsolicited error information was received from a scanner.static longReceivedUnsolicitedScannerStatusInfoAn unsolicited status information was received from a scanner.static longScannerFailedToCompleteOverviewScanOverview scan operation failed to complete on the specified scanner.static longScannerFailedToCompleteScanScan operation failed to complete on the specified scanner.static longScannerFailedToSelectFunctionalUnitFailed to select a functional unit on the specified scanner.static longScannerInUseByLocalUserScanner is being used by a local user.static longScannerInUseByRemoteUserScanner is being used by a remote user.static longScanOperationCanceledThe scan operation is canceled.static longSessionNotOpenedSession is not open.static longSuccessOperation successful.static longUploadFailedA non-specific error occurred while updownloading a file.
-
-
-
Field Detail
-
Success
public static final long Success
Operation successful.- See Also:
- Constant Field Values
-
InvalidParam
public static final long InvalidParam
An invalid parameter was found.- See Also:
- Constant Field Values
-
CommunicationTimedOut
public static final long CommunicationTimedOut
Communication between different components of Image Capture timed out.- See Also:
- Constant Field Values
-
ScanOperationCanceled
public static final long ScanOperationCanceled
The scan operation is canceled.- See Also:
- Constant Field Values
-
ScannerInUseByLocalUser
public static final long ScannerInUseByLocalUser
Scanner is being used by a local user.- See Also:
- Constant Field Values
-
ScannerInUseByRemoteUser
public static final long ScannerInUseByRemoteUser
Scanner is being used by a remote user.- See Also:
- Constant Field Values
-
DeviceFailedToOpenSession
public static final long DeviceFailedToOpenSession
Failed to open a session on a specified device.- See Also:
- Constant Field Values
-
DeviceFailedToCloseSession
public static final long DeviceFailedToCloseSession
Failed to close a session on a specified device.- See Also:
- Constant Field Values
-
ScannerFailedToSelectFunctionalUnit
public static final long ScannerFailedToSelectFunctionalUnit
Failed to select a functional unit on the specified scanner.- See Also:
- Constant Field Values
-
ScannerFailedToCompleteOverviewScan
public static final long ScannerFailedToCompleteOverviewScan
Overview scan operation failed to complete on the specified scanner.- See Also:
- Constant Field Values
-
ScannerFailedToCompleteScan
public static final long ScannerFailedToCompleteScan
Scan operation failed to complete on the specified scanner.- See Also:
- Constant Field Values
-
ReceivedUnsolicitedScannerStatusInfo
public static final long ReceivedUnsolicitedScannerStatusInfo
An unsolicited status information was received from a scanner.- See Also:
- Constant Field Values
-
ReceivedUnsolicitedScannerErrorInfo
public static final long ReceivedUnsolicitedScannerErrorInfo
An unsolicited error information was received from a scanner.- See Also:
- Constant Field Values
-
DownloadFailed
public static final long DownloadFailed
A non-specific error occurred while downloading a file.- See Also:
- Constant Field Values
-
UploadFailed
public static final long UploadFailed
A non-specific error occurred while updownloading a file.- See Also:
- Constant Field Values
-
FailedToCompletePassThroughCommand
public static final long FailedToCompletePassThroughCommand
Failed to complete a pass-through (e.g., PTP pass-through) command.- See Also:
- Constant Field Values
-
DownloadCanceled
public static final long DownloadCanceled
A download operation was canceled.- See Also:
- Constant Field Values
-
FailedToEnabeTethering
public static final long FailedToEnabeTethering
Failed to enable tethered-capture on a camera device.- See Also:
- Constant Field Values
-
FailedToDisabeTethering
public static final long FailedToDisabeTethering
Failed to disable tethered-capture on a camera device.- See Also:
- Constant Field Values
-
FailedToCompleteSendMessageRequest
public static final long FailedToCompleteSendMessageRequest
A request to send a message to a device failed.- See Also:
- Constant Field Values
-
DeleteFilesFailed
public static final long DeleteFilesFailed
A request to delete files failed.- See Also:
- Constant Field Values
-
DeleteFilesCanceled
public static final long DeleteFilesCanceled
A request to delete files was canceled.- See Also:
- Constant Field Values
-
DeviceIsPasscodeLocked
public static final long DeviceIsPasscodeLocked
The device is locked with a passcode. Its contents cannot be seen unless it is unlocked.- See Also:
- Constant Field Values
-
DeviceFailedToTakePicture
public static final long DeviceFailedToTakePicture
Failed to take a tethered-capture picture on a camera device.- See Also:
- Constant Field Values
-
DeviceSoftwareNotInstalled
public static final long DeviceSoftwareNotInstalled
Failed to open session because software to communicate with the device is not installed.- See Also:
- Constant Field Values
-
DeviceSoftwareIsBeingInstalled
public static final long DeviceSoftwareIsBeingInstalled
Failed to open session because software to communicate with the device is being installed.- See Also:
- Constant Field Values
-
DeviceSoftwareInstallationCompleted
public static final long DeviceSoftwareInstallationCompleted
Software installation for the device has completed successfully.- See Also:
- Constant Field Values
-
DeviceSoftwareInstallationCanceled
public static final long DeviceSoftwareInstallationCanceled
Software installation for the device has been canceled.- See Also:
- Constant Field Values
-
DeviceSoftwareInstallationFailed
public static final long DeviceSoftwareInstallationFailed
Software installation for the device failed.- See Also:
- Constant Field Values
-
DeviceSoftwareNotAvailable
public static final long DeviceSoftwareNotAvailable
Software for the device is not available from Apple.- See Also:
- Constant Field Values
-
DeviceCouldNotPair
public static final long DeviceCouldNotPair
A pairing request for a Apple Device failed.- See Also:
- Constant Field Values
-
DeviceCouldNotUnpair
public static final long DeviceCouldNotUnpair
A unpairing request for a Apple Device failed.- See Also:
- Constant Field Values
-
DeviceNeedsCredentials
public static final long DeviceNeedsCredentials
The device reports credentials are required to open the device.- See Also:
- Constant Field Values
-
DeviceIsBusyEnumerating
public static final long DeviceIsBusyEnumerating
The device is currently enumerating assets.- See Also:
- Constant Field Values
-
DeviceCommandGeneralFailure
public static final long DeviceCommandGeneralFailure
The device has experienced a general failure.- See Also:
- Constant Field Values
-
DeviceFailedToCompleteTransfer
public static final long DeviceFailedToCompleteTransfer
Failed to complete a data transaction.- See Also:
- Constant Field Values
-
DeviceFailedToSendData
public static final long DeviceFailedToSendData
Failed to send data.- See Also:
- Constant Field Values
-
SessionNotOpened
public static final long SessionNotOpened
Session is not open.- See Also:
- Constant Field Values
-
ExFATVolumeInvalid
public static final long ExFATVolumeInvalid
EXFAT volume is invalid, and cannot be enumerated.- See Also:
- Constant Field Values
-
MultiErrorDictionary
public static final long MultiErrorDictionary
Multierror- See Also:
- Constant Field Values
-
-