mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
dd two more error types (to simplify transaction commit
processing logic) git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4814 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a88197d809
commit
c330f4bc7f
@ -52,7 +52,12 @@ typedef enum {
|
||||
ERR_BACKEND_DATA_CORRUPT, /* data in db is corrupt */
|
||||
ERR_BACKEND_SERVER_ERR, /* error in response from server */
|
||||
ERR_BACKEND_ALLOC, /* internal memory allocation failure */
|
||||
ERR_BACKEND_PERM, /* user login successful, but no permissions to access */
|
||||
ERR_BACKEND_PERM, /* user login successful, but no permissions
|
||||
* to access the desired object */
|
||||
ERR_BACKEND_MODIFIED, /* commit of object update failed because
|
||||
* another user has modified the object */
|
||||
ERR_BACKEND_MOD_DESTROY, /* commit of object update failed because
|
||||
* another user has deleted the object */
|
||||
ERR_BACKEND_MISC, /* undetermined error */
|
||||
|
||||
/* fileio errors */
|
||||
|
Loading…
Reference in New Issue
Block a user