gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: new status codes


From: gnunet
Subject: [taler-docs] branch master updated: new status codes
Date: Wed, 20 Oct 2021 10:26:58 +0200

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

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 86d83d3  new status codes
86d83d3 is described below

commit 86d83d3ae108158c0ec5489745e90c9bf01d6b8c
Author: ms <ms@taler.net>
AuthorDate: Wed Oct 20 10:26:50 2021 +0200

    new status codes
---
 core/api-bank-access.rst      | 2 +-
 core/api-bank-integration.rst | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index dfd9dc2..7e0e84e 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -133,7 +133,7 @@ name and account password, at least in the GNU Taler demo 
bank implementation.
      The withdrawal operation has been confirmed.  The response is an empty 
JSON object.
   :http:statuscode:`409 Conflict`:
      The withdrawal has been aborted previously and can't be confirmed.
-  :http:statuscode:`422 Unprocessable Entity` (Not implemented yet):
+  :http:statuscode:`422 Unprocessable Entity` (New):
      The withdraw operation cannot be confirmed because no exchange and 
reserve public key selection happened before.
 
 ----------------------
diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst
index 5f33f45..5ed98be 100644
--- a/core/api-bank-integration.rst
+++ b/core/api-bank-integration.rst
@@ -129,6 +129,8 @@ for the withdrawal operation (the ``wopid``) to interact 
with the withdrawal ope
     The response is a `BankWithdrawalOperationPostResponse`.
   :http:statuscode:`404 Not found`:
     The bank does not know about a withdrawal operation with the specified 
``wopid``.
+  :http:statuscode:`409 Conflict` (New):
+    The wallet selected a different exchange or reserve public key under the 
same withdrawal ID.
 
   **Details**
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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