summaryrefslogtreecommitdiff
path: root/api-merchant.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-09 09:36:46 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-09 09:36:46 +0100
commit5c161a4e24b7951c80b568ed1cb58937e38ddaef (patch)
tree8e09a1eab9020bd5e66244c0139e0b7e146e5dd2 /api-merchant.rst
parentae2b92cbc36d690aed7a5371662322d0f7cce263 (diff)
parent82b1ba415bb735c9e9021d73b2fa1e4a08ac4d2b (diff)
downloaddocs-5c161a4e24b7951c80b568ed1cb58937e38ddaef.tar.gz
docs-5c161a4e24b7951c80b568ed1cb58937e38ddaef.tar.bz2
docs-5c161a4e24b7951c80b568ed1cb58937e38ddaef.zip
Merge branch 'master' of ssh://taler.net/api
Diffstat (limited to 'api-merchant.rst')
-rw-r--r--api-merchant.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index b137ffd2..885a679e 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -255,6 +255,9 @@ The following API are made available by the merchant's `backend` to the merchant
.. code-block:: tsref
interface TrackTransferConflictDetails {
+ // Numerical error code
+ code: number;
+
// Text describing the issue for humans.
hint: String;
@@ -353,6 +356,12 @@ The following API are made available by the merchant's `backend` to the merchant
.. code-block:: tsref
interface TransactionConflictProof {
+ // Numerical error code
+ code: number; // FIXME Point to some error codes list
+
+ // Human-readable error description
+ hint: string;
+
// A claim by the exchange about the transactions associated
// with a given wire transfer; it does not list the
// transaction that `transaction_tracking_claim` says is part