:: com :: sun :: star :: scanner ::

enum ScanError
Description
enum ScanError describes error codes of scanner component

Values
ScanErrorNone ScanErrorNone: no error occured  
ScannerNotAvailable ScannerNotAvailable: the requested device could not be opened  
ScanFailed ScanFailed: an error occured during scanning  
ScanInProgress ScanInProgress: a scan is already in progress on this device that has to end before a new one can be started  
ScanCanceled ScanCanceled: the scan was canceled by the user  
InvalidContext InvalidContext: a device was requested that does not exist  
Values' Details
ScanErrorNone
ScanErrorNone,
Description
ScanErrorNone: no error occured
ScannerNotAvailable
ScannerNotAvailable,
Description
ScannerNotAvailable: the requested device could not be opened
ScanFailed
ScanFailed,
Description
ScanFailed: an error occured during scanning
ScanInProgress
ScanInProgress,
Description
ScanInProgress: a scan is already in progress on this device that has to end before a new one can be started
ScanCanceled
ScanCanceled,
Description
ScanCanceled: the scan was canceled by the user
InvalidContext
InvalidContext,
Description
InvalidContext: a device was requested that does not exist
Top of Page