gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: document other status codes


From: gnunet
Subject: [taler-docs] branch master updated: document other status codes
Date: Tue, 03 Mar 2020 16:34:57 +0100

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

grothoff pushed a commit to branch master
in repository docs.

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

commit eeac613362e0813ecb63b9241ecc3d8243cea977
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 3 16:34:54 2020 +0100

    document other status codes
---
 core/api-wire.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/api-wire.rst b/core/api-wire.rst
index ee6a25e..5fdb405 100644
--- a/core/api-wire.rst
+++ b/core/api-wire.rst
@@ -53,6 +53,7 @@ Making Transactions
     The request has been correctly handled, so the funds have been transferred 
to
     the recipient's account.  The body is a `TransferResponse`
   :status 400 Bad Request: The bank replies with an `ErrorDetail` object.
+  :status 401 Unauthorized: Authentication failed, likely the credentials are 
wrong.
   :status 409 Conflict:
     A transaction with the same ``transaction_uid`` but different transaction 
details
     has been submitted before.
@@ -291,6 +292,9 @@ exposed by bank gateways in production.
   :status 200 OK:
     The request has been correctly handled, so the funds have been transferred 
to
     the recipient's account.  The body is a `AddIncomingResponse`
+  :status 400 Bad Request: The request is malformed. The bank replies with an 
`ErrorDetail` object.
+  :status 401 Unauthorized: Authentication failed, likely the credentials are 
wrong.
+  :status 404 Not found: The user name is unknown. The bank replies with an 
`ErrorDetail` object.
 
   .. ts:def:: AddIncomingRequest
 

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



reply via email to

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