ERROR (ENUM)¶
TYPE ERROR :
This data type defines error values, which might occur when handling functions of the CAA_File.library.
- Attributes:
- qualified_only
- InOut:
- Name - Initial - Comment - NO_ERROR - 0 - 0 No error - FIRST_ERROR - 5100 - 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 File or directory does not exist - EXIST - 5105 File or directory already exist - 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_PARAMETER - 5109 Wrong parameter - ERROR_UNKNOWN - 5110 Unknown error - WRITE_INCOMPLETE - 5111 Not all data have been written - FILE_NOT_IMPLEMENTED - 5112 Function is not implemented - ASM_CREATEJOB_FAILED - 5113 Job creation of AsyncManager failed - FILE_OPERATION_DENIED - 5114 No access due to ForceFilePath/ForceIecFilePath - FIRST_MF - 5150 - 5150 First manufacturer-specific error - LAST_ERROR - 5199 - insert manuf. specific errors here
- 5199 Last library specific error 
 
