summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-04 14:31:18 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-04 14:31:18 +0100
commit4e9ef310fbc9f39cc4ffb3c9079a117214448718 (patch)
treeb14fc03ed252e99b90fb6232c114ebed12229b26
parent4d249f029aba0179bfce197d23d66b0269b180d4 (diff)
downloaddocs-4e9ef310fbc9f39cc4ffb3c9079a117214448718.tar.gz
docs-4e9ef310fbc9f39cc4ffb3c9079a117214448718.tar.bz2
docs-4e9ef310fbc9f39cc4ffb3c9079a117214448718.zip
adapting to #4755
-rw-r--r--api-merchant.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index c0d5d447..f088b443 100644
--- 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