19#ifndef __com_sun_star_scanner_ScanError_idl__
20#define __com_sun_star_scanner_ScanError_idl__
24module
com { module sun { module star { module scanner {
ScanError
enum ScanError describes error codes of scanner component
Definition: ScanError.idl:29
@ InvalidContext
InvalidContext: a device was requested that does not exist.
Definition: ScanError.idl:59
@ ScanInProgress
ScanInProgress: a scan is already in progress on this device that has to end before a new one can be ...
Definition: ScanError.idl:49
@ ScanErrorNone
ScanErrorNone: no error occurred.
Definition: ScanError.idl:33
@ ScanCanceled
ScanCanceled: the scan was canceled by the user.
Definition: ScanError.idl:54
@ ScannerNotAvailable
ScannerNotAvailable: the requested device could not be opened.
Definition: ScanError.idl:38
@ ScanFailed
ScanFailed: an error occurred during scanning.
Definition: ScanError.idl:43
Definition: Accessible.idl:22