Class ICReturnCode


  • public final class ICReturnCode
    extends java.lang.Object
    • Field Detail

      • 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