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 status code


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: add status code
Date: Wed, 01 Nov 2017 12:36:36 +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 4f212a1  add status code
4f212a1 is described below

commit 4f212a11cee1e5a60c663f06616d5a700ae65f44
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Nov 1 12:36:32 2017 +0100

    add status code
---
 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 ac185ec..a8dea6a 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1389,6 +1389,12 @@ enum TALER_ErrorCode
   TALER_EC_TIP_AUTHORIZE_DB_SOFT_ERROR = 2706,
 
   /**
+   * The reserve that was used to fund the tips was never enabled.
+   * Returned with an HTTP status code of "not found".
+   */
+  TALER_EC_TIP_AUTHORIZE_RESERVE_NOT_ENABLED = 2702,
+  
+  /**
    * The backend had trouble accessing the database to persist
    * information about enabling tips.
    * Returned with an HTTP status code of internal error.

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



reply via email to

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