Top   Module   Use   Manual   Index 

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

enum ScanError


Description
enum ScanError describes error codes of scanner component


Values

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