gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: Add error code TIP_


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Add error code TIP_QUERY_TIP_ID_UNKNOWN
Date: Mon, 27 Nov 2017 15:25:22 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new aa79aca  Add error code TIP_QUERY_TIP_ID_UNKNOWN
aa79aca is described below

commit aa79aca12f6590412992a688460d141d8570e93c
Author: Florian Dold <address@hidden>
AuthorDate: Mon Nov 27 15:25:02 2017 +0100

    Add error code TIP_QUERY_TIP_ID_UNKNOWN
---
 src/include/taler_error_codes.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 931b5ee..acc7228 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1475,6 +1475,12 @@ enum TALER_ErrorCode
    */
   TALER_EC_TIP_PICKUP_EXCHANGE_TOO_MANY_PLANCHETS = 2809,
 
+  /**
+   * The tip id is unknown.  This could happen if the
+   * tip id is wrong or the tip authorization expired.
+   */
+  TALER_EC_TIP_QUERY_TIP_ID_UNKNOWN = 2810,
+
 
   /* ********** /test API error codes ************* */
 

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



reply via email to

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