enum ScanError in module com::sun::star::scanner::

(Global Index)

Syntax

enum ScanError;

Description

enum ScanError describes error codes of scanner component

Values Summary

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

Syntax

ScanErrorNone,

Description

ScanErrorNone: no error occured


ScannerNotAvailable

Syntax

ScannerNotAvailable,

Description

ScannerNotAvailable: the requested device could not be opened


ScanFailed

Syntax

ScanFailed,

Description

ScanFailed: an error occured during scanning


ScanInProgress

Syntax

ScanInProgress,

Description

ScanInProgress: a scan is already in progress on this device that has to end before a new one can be started


ScanCanceled

Syntax

ScanCanceled,

Description

ScanCanceled: the scan was canceled by the user


InvalidContext

Syntax

InvalidContext,

Description

InvalidContext: a device was requested that does not exist

Top of Page