commit 4e9ef310fbc9f39cc4ffb3c9079a117214448718
parent 4d249f029aba0179bfce197d23d66b0269b180d4
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Fri, 4 Nov 2016 14:31:18 +0100
adapting to #4755
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/api-merchant.rst b/api-merchant.rst
@@ -253,6 +253,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;
@@ -351,6 +354,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