taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 6f27b3627b1cd4a9af8157dfbf5f3352812a4399
parent d2404b3dd99d099662116f1b2a6c1b06d555e3cd
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  6 May 2015 10:32:57 +0200

fix build issue

Diffstat:
Mapi-merchant.rst | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git 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: