gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: sync error codes


From: gnunet
Subject: [taler-exchange] branch master updated: sync error codes
Date: Fri, 15 Nov 2019 09:39:18 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 636b1676 sync error codes
636b1676 is described below

commit 636b167655be4656af5c5aeba2a8336ed4e73e89
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Nov 15 09:39:13 2019 +0100

    sync error codes
---
 src/include/taler_error_codes.h | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 7e093c3b..8f3a29ec 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1834,6 +1834,37 @@ enum TALER_ErrorCode
    */
   TALER_EC_BANK_REJECT_NO_RIGHTS = 5200,
 
+
+  /**
+   * The sync service failed to access its database.
+   * This response is provided with HTTP status code
+   * MHD_HTTP_INTERNAL_ERROR.
+   */
+  TALER_EC_SYNC_DB_FETCH_ERROR = 6000,
+
+  /**
+   * The sync service failed find the record in its database.
+   * This response is provided with HTTP status code
+   * MHD_HTTP_NOT_FOUND.
+   */
+  TALER_EC_SYNC_BACKUP_UNKNOWN = 6001,
+
+  /**
+   * The sync service failed find the account in its database.
+   * This response is provided with HTTP status code
+   * MHD_HTTP_NOT_FOUND.
+   */
+  TALER_EC_SYNC_ACCOUNT_UNKNOWN = 6002,
+
+  /**
+   * The Etag provided in the If-None-Match header is
+   * malformed.
+   * This response is provided with HTTP status code
+   * MHD_HTTP_BAD_REQUEST.
+   */
+  TALER_EC_SYNC_BAD_ETAG = 6003,
+
+
   /**
    * End of error code range.
    */

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]