summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-06 10:32:57 +0200
committerChristian Grothoff <christian@grothoff.org>2015-05-06 10:32:57 +0200
commit6f27b3627b1cd4a9af8157dfbf5f3352812a4399 (patch)
tree074e921c61d16f30826792543c141caad7648920
parentd2404b3dd99d099662116f1b2a6c1b06d555e3cd (diff)
downloaddocs-6f27b3627b1cd4a9af8157dfbf5f3352812a4399.tar.gz
docs-6f27b3627b1cd4a9af8157dfbf5f3352812a4399.tar.bz2
docs-6f27b3627b1cd4a9af8157dfbf5f3352812a4399.zip
fix build issue
-rw-r--r--api-merchant.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index d8b9a09c..8a9bb15e 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -129,7 +129,7 @@ The following are the API made available by the merchant:
**Failure response**
- :status 404: Taler not supported.
+ :status 404 Not Found: Taler not supported.
.. http:GET:: /taler/contract
@@ -179,8 +179,8 @@ The following are the API made available by the merchant:
**Failure response**
- :status 400: Request not understood.
- :status 404: No products or services given in the request were found.
+ :status 400 Bad Request: Request not understood.
+ :status 404 Not Found: No products or services given in the request were found.
It is also possible to receive other error status codes depending on the merchant's implementation.
@@ -213,10 +213,10 @@ The following are the API made available by the merchant:
**Failure Response**
- :status 400: Request not understood.
- :status 403: The request does not match the contract that was provided. The request should not be repeated.
- :status 4XX: The deposit operation has failed because the coin has previously been deposited or it has been already refreshed; the request should not be repeated again. The response body contains the failure response objects from the :ref:`Mint API:deposit<deposit>`.
- :status 404: The merchant does not entertain this type of interaction. Try another one.
+ :status 400 Bad Request: Request not understood.
+ :status 403 Forbidden: The request does not match the contract that was provided. The request should not be repeated.
+ :status 499 TBD: The deposit operation has failed because the coin has previously been deposited or it has been already refreshed; the request should not be repeated again. The response body contains the failure response objects from the :ref:`Mint API:deposit<deposit>`.
+ :status 404 Not Found: The merchant does not entertain this type of interaction. Try another one.
.. _retract: