FILE.ERROR (ENUM)

Navigation:  Libraries > CT File Access > Data Types / Enumerations >

FILE.ERROR (ENUM)

Previous pageReturn to chapter overviewNext page

This data structure describes errors, which might occur when handling file functions. The error range 5100 – 5199 is reserved for the CAA.File.library in the prefix registration for libraries.

NO_ERROR

0

No error

FIRST_ERROR

5100

First library-specific error

TIME_OUT

5101

Time limit exceeded

ABORT

5102

Order has been aborted by activating input xAbort

HANDLE_INVALID

5103

Invalid handle

NOT_EXIST

5104

Directory or file does not exist

EXIST

5105

Directory of file already exists

NO_MORE_ENTRIES

5106

No further entries are available

NOT_EMPTY

5107

File or directory is not empty

READ_ONLY_CAA

5108

File or directory is write protected

WRONG_PARAMETERS

5109

Wrong parameters

ERROR_UNKNOWN

5110

Unknown error

WRITE_INCOMPLETE

5111

Not all data have been written

NOT_IMPLEMENTED

5112

Not implemented

FIRST_MF

5150

First manufacturer-specific error

LAST_ERROR

5199

Last library-specific error