| Enumerator | 
|---|
| ERR_OPEN_FILE  | -14201:  Opening a file has failed.  
 | 
| ERR_FILE_SEEK  | -14202:  The file does not have the expected content.  
 | 
| ERR_NEW  | -14203:  The instantiation of an object failed.  
 | 
| ERR_RANGE  | -14204:  A range was exceeded.  
 | 
| ERR_FILE_ALREADY_EXIST  | -14205:  A file to be created already exists.  
 | 
| ERR_DIR_ALREADY_EXIST  | -14206:  A directory to be created already exists.  
 | 
| ERR_METHOD_VORBIDDEN  | -14207:  Calling the method is not allowed.  
 | 
| ERR_FILE_EXTENSION  | -14208:  The file extension is invalid.  
 | 
| ERR_FILE_DOES_NOT_EXIST  | -14209:  The expected file does not exist.  
 | 
| ERR_IS_NULL  | -14210:  Object has the status NULL.  
 | 
| ERR_PATH_DOES_NOT_EXIST  | -14211:  The file path does not exist.  
 | 
| ERR_BUFFER_OVERFLOW  | -14212:  The specified buffer size has been exceeded.  
 | 
| ERR_PARAMETER_NULL  | -14213:  A passed parameter must not be NULL or 0 or empty.  
 | 
| ERR_PUR_VIRTUAL_FUNC  | -14214:  A non-purvirtual method is by definition marked as such.  
 | 
| ERR_SOURCE_FILE_DOES_NOT_EXIST  | -14215:  The source file does not exist.  
 | 
| ERR_TARGET_FILE_DOES_NOT_EXIST  | -14216:  The target file does not exist.  
 | 
| ERR_UNKNOWN_COMPILER  | -14217:  Unknown compiler.  
 | 
| ERR_TYP_MISMATCH  | -14218:  Type(s) are not compatible or not correct in the context.  
 | 
| ERR_PARAMETER_MISMATCHING  | -14219:  Passed parameters do not fit logically.  
 | 
| ERR_PARAMETER_NUMBER  | -14220:  Too few parameters were passed.  
 | 
| ERR_OBJ_IN_OBJSPY  | -14221:  The passed object is already in the ObjectSpy.  
 | 
| ERR_OBJ_NOT_IN_OBJSPY  | -14222:  The passed object is not in the ObjectSpy.  
 | 
| ERR_INSERT  | -14223:  An insert has failed.  
 | 
| ERR_WRONG_TYPE  | -14224:  A passed value is of the wrong type.  
 | 
| ERR_OVERFLOW  | -14225:  A specified value was exceeded.  
 | 
| ERR_UNDERFLOW  | -14226:  The value has fallen below a specified value.  
 | 
| ERR_KNOWN_ENV_BITS  | -14227:  It could not be determined whether it is a 32 or 64 bit program.  
 | 
| ERR_FILENAME_ALREADY_EXISTS_AS_DIRECTORYNAME  | -14228:  A file to be created already exists as a directory.  
 | 
| ERR_DIRECTORYNAME_ALREADY_EXISTS_AS_FILENAME  | -14229:  A directory to be created already exists as a file.  
 | 
| ERR_DIRECTORY_COULD_NOT_BE_CREATED  | -14230:  A directory could not be created.  
 | 
| ERR_SOURCE_EQUAL_TARGET  | -14231:  A source value is equal to the target value.  
 | 
| ERR_ACCESS_DENIED  | -14232:  Access was denied.  
 | 
| ERR_WILDCARD_NOT_ALLOWED  | -14233:  Wildcard characters are not allowed in the current context.  
 | 
| ERR_WILDCARD_IN_FIRST_FILE_AND_SECOND_FILE_NOT_ALLOWED  | -14234:  Wildcard characters in the first filöename and a target filename are not allowed in the current context.  
 | 
| ERR_FILE_LOCKED  | -14235:  A file to be locked is already locked.  
 | 
| ERR_TO_MANY_OPEN_FILES  | -14236:  Too many open files.  
 | 
| ERR_FIRST_FILE_NOT_EXIST  | -14237:  The first file does not exist.  
 | 
| ERR_SECOND_FILE_NOT_EXIST  | -14238:  The second file does not exist.  
 | 
| ERR_UNKNOWN  | -14300:  Undefined error.  
 | 
| WRN_WRONG_TYPE  | -14301:  A passed value is of the wrong type.  
 | 
| WRN_UNKNOWN  | 13400:  Undefined warning.  
 |