[Pkg-owncloud-commits] [python-owncloud] 13/33: Updated the csync_error_codes_e to the values of 0.90.4
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 22 01:49:47 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch upstream
in repository python-owncloud.
commit 30238e7a7f7cb1de0adfdc06ef8c04e3dadec269
Author: Diederik de Haas <github at cknow.org>
Date: Tue Nov 12 22:07:16 2013 +0100
Updated the csync_error_codes_e to the values of 0.90.4
---
csync/csynclib.py | 60 +++++++++++++++++++++++++++--------------------------
1 file changed, 31 insertions(+), 29 deletions(-)
diff --git a/csync/csynclib.py b/csync/csynclib.py
index 2ea8076..f4c6ed0 100644
--- a/csync/csynclib.py
+++ b/csync/csynclib.py
@@ -127,35 +127,37 @@ CSYNC_ERR_NONE = 0
CSYNC_ERR_LOG = 1
CSYNC_ERR_LOCK = 2
CSYNC_ERR_STATEDB_LOAD = 3
-CSYNC_ERR_MODULE = 4
-CSYNC_ERR_TIMESKEW = 5
-CSYNC_ERR_FILESYSTEM = 6
-CSYNC_ERR_TREE = 7
-CSYNC_ERR_MEM = 8
-CSYNC_ERR_PARAM = 9
-CSYNC_ERR_UPDATE = 10
-CSYNC_ERR_RECONCILE = 11
-CSYNC_ERR_PROPAGATE = 12
-CSYNC_ERR_ACCESS_FAILED = 13
-CSYNC_ERR_REMOTE_CREATE = 14
-CSYNC_ERR_REMOTE_STAT = 15
-CSYNC_ERR_LOCAL_CREATE = 16
-CSYNC_ERR_LOCAL_STAT = 17
-CSYNC_ERR_PROXY = 18
-CSYNC_ERR_LOOKUP = 19
-CSYNC_ERR_AUTH_SERVER = 20
-CSYNC_ERR_AUTH_PROXY = 21
-CSYNC_ERR_CONNECT = 22
-CSYNC_ERR_TIMEOUT = 23
-CSYNC_ERR_HTTP = 24
-CSYNC_ERR_PERM = 25
-CSYNC_ERR_NOT_FOUND = 26
-CSYNC_ERR_EXISTS = 27
-CSYNC_ERR_NOSPC = 28
-CSYNC_ERR_QUOTA = 29
-CSYNC_ERR_SERVICE_UNAVAILABLE = 30
-CSYNC_ERR_FILE_TOO_BIG = 31
-CSYNC_ERR_UNSPEC = 32
+CSYNC_ERR_STATEDB_WRITE = 4
+CSYNC_ERR_MODULE = 5
+CSYNC_ERR_TIMESKEW = 6
+CSYNC_ERR_FILESYSTEM = 7
+CSYNC_ERR_TREE = 8
+CSYNC_ERR_MEM = 9
+CSYNC_ERR_PARAM = 10
+CSYNC_ERR_UPDATE = 11
+CSYNC_ERR_RECONCILE = 12
+CSYNC_ERR_PROPAGATE = 13
+CSYNC_ERR_ACCESS_FAILED = 14
+CSYNC_ERR_REMOTE_CREATE = 15
+CSYNC_ERR_REMOTE_STAT = 16
+CSYNC_ERR_LOCAL_CREATE = 17
+CSYNC_ERR_LOCAL_STAT = 18
+CSYNC_ERR_PROXY = 19
+CSYNC_ERR_LOOKUP = 20
+CSYNC_ERR_AUTH_SERVER = 21
+CSYNC_ERR_AUTH_PROXY = 22
+CSYNC_ERR_CONNECT = 23
+CSYNC_ERR_TIMEOUT = 24
+CSYNC_ERR_HTTP = 25
+CSYNC_ERR_PERM = 26
+CSYNC_ERR_NOT_FOUND = 27
+CSYNC_ERR_EXISTS = 28
+CSYNC_ERR_NOSPC = 29
+CSYNC_ERR_QUOTA = 30
+CSYNC_ERR_SERVICE_UNAVAILABLE = 31
+CSYNC_ERR_FILE_TOO_BIG = 32
+CSYNC_ERR_ABORTED = 33
+CSYNC_ERR_UNSPEC = 34
csync_error_codes_e = c_int # enum
CSYNC_ERROR_CODE = csync_error_codes_e
csync_get_error = _libraries['/usr/lib/libocsync.so.0'].csync_get_error
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git
More information about the Pkg-owncloud-commits
mailing list