[Gnucash-changes] r13234 - gnucash/trunk/lib/libqof/qof - New QofBackendError code if files cannot be read

Neil Williams codehelp at cvs.gnucash.org
Sun Feb 12 13:24:59 EST 2006


Author: codehelp
Date: 2006-02-12 13:24:59 -0500 (Sun, 12 Feb 2006)
New Revision: 13234
Trac: http://svn.gnucash.org/trac/changeset/13234

Modified:
   gnucash/trunk/lib/libqof/qof/qofbackend.h
Log:
New QofBackendError code if files cannot be read

Modified: gnucash/trunk/lib/libqof/qof/qofbackend.h
===================================================================
--- gnucash/trunk/lib/libqof/qof/qofbackend.h	2006-02-12 16:16:20 UTC (rev 13233)
+++ gnucash/trunk/lib/libqof/qof/qofbackend.h	2006-02-12 18:24:59 UTC (rev 13234)
@@ -112,6 +112,7 @@
   ERR_FILEIO_PARSE_ERROR,    /**< couldn't parse the data in the file */
   ERR_FILEIO_BACKUP_ERROR,   /**< couldn't make a backup of the file */
   ERR_FILEIO_WRITE_ERROR,    /**< couldn't write to the file */
+  ERR_FILEIO_READ_ERROR,     /**< Could not open the file for reading. */
 
   /* network errors */
   ERR_NETIO_SHORT_READ = 2000,  /**< not enough bytes received */



More information about the gnucash-changes mailing list