Error List for FAT32 SD Card		Error Liste hilft Fehler zu finden, diese Fehlernummern werden hinter dem Fehlertext ausgegeben
    ''''''''''''''''''''''''''
    ''  media related errors
    ''''''''''''''''''''''''''
    E_READ_F32              =  -1     ' Error in raw read access to media.
    E_WRITE_F32             =  -2     ' Error in raw write access to media.
    E_INIT_CARD_F32         =  -3     ' Error in media initialization sequence.
    E_BOOT_SIGN_F32         =  -4     ' Sector with boot record sign not found.
    E_BOOT_REC_F32          =  -5     ' Boot record not found.
    E_FILE_SYS_INFO_F32     =  -6     ' Error retrieving file system info.
    E_DEVICE_SIZE_F32       =  -7     ' Error retrieving file size.
    E_FAT_TYPE_F32          =  -8     ' Wrong file system.
    E_VOLUME_LABEL          =  -9     ' Volume label name too long or contains forbidden characters
    ''''''''''''''''''''''''''
    ''  space related errors
    ''''''''''''''''''''''''''
    E_LAST_ENTRY_F32        = -10     ' Last entry reached.
    E_FREE_ENTRY_F32        = -11     ' Error finding free entry.
    E_CLUST_NUM_F32         = -12     ' Invalid cluster number.
    E_NO_SWAP_SPACE_F32     = -13     ' Not enough swap space.
    E_NO_SPACE_F32          = -14     ' No more space in the media.
    E_LAST_CLUST            = -15     ' Last clust reached.
    ''''''''''''''''''''''''''
    ''  dir related errors
    ''''''''''''''''''''''''''
    E_DIR_NAME_F32          = -20     ' Bad directory name.
    E_ISNT_DIR_F32          = -21     ' Not a directory.
    E_DIR_EXISTS_F32        = -22     ' Directory already exists.
    E_DIR_NOTFOUND_F32      = -23     ' Directory not found.
    E_DIR_NOTEMPTY_F32      = -24     ' Directory not empty.
    E_DIR_SIZE	            = -25     ' Dir must have at least 2 entries '.' and '..'
    '''''''''''''''''''''''''
    ''  file related errors
    ''''''''''''''''''''''''''
    E_FILE_NAME_F32         = -30     ' Bad file name.
    E_ISNT_FILE_F32         = -31     ' Not a file.
    E_FILE_EXISTS_F32       = -32     ' File already exists.
    E_FILE_NOTFOUND_F32     = -33     ' File not found.
    E_FILE_NOTEMPTY_F32     = -34     ' File not empty.
    E_MAX_FILES_F32         = -35     ' Maximum number of simultaniously opened files is reached.
    E_FILE_NOTOPENED_F32    = -36     ' File is not opened.
    E_FILE_EOF_F32          = -37     ' End of file is reached.
    E_FILE_READ_F32         = -38     ' Error in file read operation.
    E_FILE_WRITE_F32        = -39     ' Error in file write operation.
    E_FILE_HANDLE_F32       = -40     ' Invalid file handle.
    E_FILE_READ_ONLY_F32    = -41     ' Write access to read-only file.
    E_FILE_OPENED_F32       = -42     ' Illegal access to already opened file (delete operation).
	''''''''''''''''''''''''''
    ''  time related errors
    ''''''''''''''''''''''''''
    E_TIME_YEAR_F32         = -50     ' Bad year.
    E_TIME_MONTH_F32        = -51     ' Bad month.
    E_TIME_DAY_F32          = -52     ' Bad day.
    E_TIME_HOUR_F32         = -53     ' Bad hour.
    E_TIME_MINUTE_F32       = -54     ' Bad minute.
    E_TIME_SECOND_F32       = -55     ' Bad second.
	''''''''''''''''''''''''''
    ''  LFN related errors
    ''''''''''''''''''''''''''
    E_NAME_NULL             = -60     ' Name dosnt exist.
    E_CHAR_UNALLOWED        = -61     ' Name contains unallowed character.
    E_LFN_ORD               = -62     ' Wrong ordinal number.
    E_LFN_CHK               = -63     ' Wrong chechsum.
    E_LFN_ATTR              = -64     ' Not LFN attributes.
    E_LFN_MAX_SINONIM       = -65     ' Reached 999999 SFN sinonimes for same LFN
    E_NAME_TOLONG           = -66     ' Name is to long for current path.
    E_NAME_EXIST            = -67     ' Name already exist.
    ''''''''''''''''''''''''''
    ''  other errors
    ''''''''''''''''''''''''''
    E_PARAM		    = -80     ' Wrong parametars.
    E_REAPCK	            = -81     ' Found LFN entry as last one, without SFN.
    E_DELETE		    = -82     ' We can not delete record that is not dir or file.
    E_DELETE_NUM	    = -83     ' Error indexing entries.
    E_ATTR		    = -84     ' Not file or directory