gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 01/02: need a few more error codes


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 01/02: need a few more error codes
Date: Sun, 10 Dec 2017 00:18:51 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 2d658cef65046427caa777e41ae311bffd18bd11
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Dec 9 23:58:57 2017 +0100

    need a few more error codes
---
 src/include/taler_error_codes.h | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index e8a3aae..24d738f 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1271,13 +1271,25 @@ enum TALER_ErrorCode
    */
   TALER_EC_PROPOSAL_LOOKUP_DB_ERROR = 2502,
 
-
   /**
    * The proposal being looked up is not found on this merchant.
    */
   TALER_EC_PROPOSAL_LOOKUP_NOT_FOUND = 2503,
 
   /**
+   * The proposal had no timestamp and the backend failed to obtain the local 
time.
+   * Likely to be an internal error.
+   */
+  TALER_EC_PROPOSAL_NO_LOCALTIME = 2504,
+
+  /**
+   * The order provided to the backend could not be parsed, some
+   * required fields were missing or ill-formed.
+   * Returned as a bad request.
+   */
+  TALER_EC_PROPOSAL_ORDER_PARSE_ERROR = 2505,
+
+  /**
    * The client specified an unknown instance for any of the /refund operations
    */
   TALER_EC_REFUND_INSTANCE_UNKNOWN = 2600,

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



reply via email to

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