gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-util] branch master updated: doxygen updates


From: gnunet
Subject: [taler-taler-util] branch master updated: doxygen updates
Date: Sun, 22 Mar 2020 21:36:52 +0100

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

grothoff pushed a commit to branch master
in repository taler-util.

The following commit(s) were added to refs/heads/master by this push:
     new 9472ebc  doxygen updates
9472ebc is described below

commit 9472ebc8b30163c5d10739ce32d072cc1538601d
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 22 21:36:50 2020 +0100

    doxygen updates
---
 taler/util/errorcodes.py | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/taler/util/errorcodes.py b/taler/util/errorcodes.py
index e07a46d..4fedd59 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -144,7 +144,7 @@ ec._add_ec(
     10,
     """
     There is no endpoint defined for the URL provided by the client
-    (returned together with a #MHD_HTTP_NOT FOUND status code).
+    (returned together with a #MHD_HTTP_NOT_FOUND status code).
     """,
 )
 
@@ -164,7 +164,7 @@ ec._add_ec(
     """
     The number of segments included in the URI does not match the
     number of segments expected by the endpoint. (returned together
-    with a #MHD_HTTP_NOT FOUND status code).
+    with a #MHD_HTTP_NOT_FOUND status code).
     """,
 )
 
@@ -424,7 +424,7 @@ ec._add_ec(
     numeric range for Taler amounts.  This is not a client
     failure, as the coin value and fees come from the exchange's
     configuration.
-    This response is provided with HTTP status code #MHD_HTTP_INTERNAL_ERROR.
+    This response is provided with HTTP status code 
#MHD_HTTP_INTERNAL_SERVER_ERROR.
     """,
 )
 
@@ -436,7 +436,7 @@ ec._add_ec(
     value that is too big for the numeric range for Taler amounts.
     This is not a client failure, as the transaction history comes
     from the exchange's configuration.  This response is provided
-    with HTTP status code #MHD_HTTP_INTERNAL_ERROR.
+    with HTTP status code #MHD_HTTP_INTERNAL_SERVER_ERROR.
     """,
 )
 
@@ -448,7 +448,7 @@ ec._add_ec(
     exchange could not find the denomination key.
     This is not a client failure, as the transaction history comes
     from the exchange's configuration.  This response is provided
-    with HTTP status code #MHD_HTTP_INTERNAL_ERROR.
+    with HTTP status code #MHD_HTTP_INTERNAL_SERVER_ERROR.
     """,
 )
 
@@ -460,7 +460,7 @@ ec._add_ec(
     value that is too big for the numeric range for Taler amounts.
     This is not a client failure, as the transaction history comes
     from the exchange's configuration.  This response is provided
-    with HTTP status code #MHD_HTTP_INTERNAL_ERROR.
+    with HTTP status code #MHD_HTTP_INTERNAL_SERVER_ERROR.
     """,
 )
 
@@ -472,7 +472,7 @@ ec._add_ec(
     have been no wire transfers made.  This is not a client failure,
     as this is a database consistency issue of the exchange.  This
     response is provided with HTTP status code
-    #MHD_HTTP_INTERNAL_ERROR.
+    #MHD_HTTP_INTERNAL_SERVER_ERROR.
     """,
 )
 
@@ -482,7 +482,7 @@ ec._add_ec(
     """
     The exchange failed to create the signature using the
     denomination key.  This response is provided with HTTP status
-    code #MHD_HTTP_INTERNAL_ERROR.
+    code #MHD_HTTP_INTERNAL_SERVER_ERROR.
     """,
 )
 
@@ -492,7 +492,7 @@ ec._add_ec(
     """
     The exchange failed to store the withdraw operation in its
     database.  This response is provided with HTTP status code
-    #MHD_HTTP_INTERNAL_ERROR.
+    #MHD_HTTP_INTERNAL_SERVER_ERROR.
     """,
 )
 
@@ -503,7 +503,7 @@ ec._add_ec(
     The exchange failed to check against historic withdraw data from
     database (as part of ensuring the idempotency of the operation).
     This response is provided with HTTP status code
-    #MHD_HTTP_INTERNAL_ERROR.
+    #MHD_HTTP_INTERNAL_SERVER_ERROR.
     """,
 )
 
@@ -866,7 +866,7 @@ ec._add_ec(
     The exchange failed to check against historic melt data from
     database (as part of ensuring the idempotency of the operation).
     This response is provided with HTTP status code
-    #MHD_HTTP_INTERNAL_ERROR.
+    #MHD_HTTP_INTERNAL_SERVER_ERROR.
     """,
 )
 
@@ -877,7 +877,7 @@ ec._add_ec(
     The exchange failed to store session data in the
     database.
     This response is provided with HTTP status code
-    #MHD_HTTP_INTERNAL_ERROR.
+    #MHD_HTTP_INTERNAL_SERVER_ERROR.
     """,
 )
 
@@ -1009,7 +1009,7 @@ ec._add_ec(
     Failed to produce the blinded signatures over the coins
     to be returned.
     This response is provided with HTTP status code
-    #MHD_HTTP_INTERNAL_ERROR.
+    #MHD_HTTP_INTERNAL_SERVER_ERROR.
     """,
 )
 
@@ -1031,7 +1031,7 @@ ec._add_ec(
     The exchange failed to retrieve valid session data from the
     database.
     This response is provided with HTTP status code
-    #MHD_HTTP_INTERNAL_ERROR.
+    #MHD_HTTP_INTERNAL_SERVER_ERROR.
     """,
 )
 
@@ -1041,7 +1041,7 @@ ec._add_ec(
     """
     The exchange failed to retrieve previously revealed data from the
     database.  This response is provided with HTTP status code
-    #MHD_HTTP_INTERNAL_ERROR.
+    #MHD_HTTP_INTERNAL_SERVER_ERROR.
     """,
 )
 
@@ -1052,7 +1052,7 @@ ec._add_ec(
     The exchange failed to retrieve commitment data from the
     database.
     This response is provided with HTTP status code
-    #MHD_HTTP_INTERNAL_ERROR.
+    #MHD_HTTP_INTERNAL_SERVER_ERROR.
     """,
 )
 
@@ -2144,7 +2144,7 @@ ec._add_ec(
     The exchange charged a different wire fee than what it
     originally advertised, and it is higher.  The response
     is provied with an HTTP status of
-    #MHD_HTTP_BAD_DEPENDENCY.
+    #MHD_HTTP_FAILED_DEPENDENCY.
     """,
 )
 
@@ -2308,7 +2308,7 @@ ec._add_ec(
     The backend knows the instance that was supposed to support the
     tip, but it was not configured for tipping (i.e. has no exchange
     associated with it).  Likely to be a configuration
-    error. Returned with an HTTP status code of "NOT FOUND".
+    error. Returned with an HTTP status code of #MHD_HTTP_NOT_FOUND.
     """,
 )
 

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



reply via email to

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