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: Florian is right, t


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Florian is right, this should be a 409, not 500
Date: Fri, 19 Jan 2018 02:29:30 +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 cd0f9e8  Florian is right, this should be a 409, not 500
cd0f9e8 is described below

commit cd0f9e8f8db0ec43e1b2828ee78cae6d41157029
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 19 02:29:27 2018 +0100

    Florian is right, this should be a 409, not 500
---
 src/include/taler_error_codes.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 0121cfd..1e309a4 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1392,7 +1392,8 @@ enum TALER_ErrorCode
 
   /**
    * The amount requested exceeds the remaining tipping balance for this tip 
ID.
-   * Returned with an HTTP status code of "service unavailable".
+   * Returned with an HTTP status code of "Conflict" (as it conflicts with
+   * a previous pickup operation).
    */
   TALER_EC_TIP_PICKUP_NO_FUNDS = 2801,
 

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



reply via email to

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