diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-07 17:22:10 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-07 17:22:10 +0100 |
commit | 2fe50aacb2e17131a631ec5586f41b8debf3c701 (patch) | |
tree | a4b96925af49dabf8e6a513a5269f8ba6be15ff1 /core/api-exchange.rst | |
parent | 9b713abec140e96338b2900184e485776a96e3c1 (diff) | |
download | docs-2fe50aacb2e17131a631ec5586f41b8debf3c701.tar.gz docs-2fe50aacb2e17131a631ec5586f41b8debf3c701.tar.bz2 docs-2fe50aacb2e17131a631ec5586f41b8debf3c701.zip |
update docs to match EC changes
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r-- | core/api-exchange.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 2b4f3b2..29035ea 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -638,7 +638,7 @@ denomination. residual value, or because the same public key of the coin has been previously used with a different denomination. Which case it is can be decided by looking at the error code - (``TALER_EC_DEPOSIT_INSUFFICIENT_FUNDS`` or ``TALER_EC_COIN_CONFLICTING_DENOMINATION_KEY``). + (``TALER_EC_EXCHANGE_DEPOSIT_INSUFFICIENT_FUNDS`` or ``TALER_EC_EXCHANGE_GENERIC_COIN_CONFLICTING_DENOMINATION_KEY``). The fields of the response are the same in both cases. The request should not be repeated again with this coin. In this case, the response is a `DepositDoubleSpendError`. @@ -874,7 +874,7 @@ the API during normal operation. residual value, or because the same public key of the coin has been previously used with a different denomination. Which case it is can be decided by looking at the error code - (``TALER_EC_MELT_INSUFFICIENT_FUNDS`` or ``TALER_EC_COIN_CONFLICTING_DENOMINATION_KEY``). + (``TALER_EC_EXCHANGE_MELT_INSUFFICIENT_FUNDS`` or ``TALER_EC_EXCHANGE_GENERIC_COIN_CONFLICTING_DENOMINATION_KEY``). The response is `MeltForbiddenResponse` in both cases. **Details:** @@ -1153,7 +1153,7 @@ in using this API. residual value, or because the same public key of the coin has been previously used with a different denomination. Which case it is can be decided by looking at the error code - (``TALER_EC_RECOUP_COIN_BALANCE_ZERO`` or ``TALER_EC_COIN_CONFLICTING_DENOMINATION_KEY``). + (``TALER_EC_EXCHANGE_RECOUP_COIN_BALANCE_ZERO`` or ``TALER_EC_EXCHANGE_GENERIC_COIN_CONFLICTING_DENOMINATION_KEY``). The response is a `DepositDoubleSpendError`. **Details:** |