diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-05-03 18:51:02 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-05-03 18:51:02 +0200 |
commit | 85736484cb0da26aded705ebb1e944e8bb1b8504 (patch) | |
tree | 7b5e62ef60ceea5d9a4919a28bdb67208ecadfcc | |
parent | 24d5059048972d4a3f9dc3db1181339d73364c08 (diff) |
-update for merchant
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 6cb79e1..37e518a 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1829,7 +1829,7 @@ HttpStatus: 200 Value: 2261 Name: MERCHANT_EXCHANGE_TRANSFERS_FATAL_NOT_FOUND Description: The exchange indicated in the wire transfer claims to know nothing about the wire transfer. -HttpStatus: 200 +HttpStatus: 0 Value: 2262 Name: MERCHANT_EXCHANGE_TRANSFERS_RATE_LIMITED @@ -1846,7 +1846,10 @@ Name: MERCHANT_EXCHANGE_TRANSFERS_HARD_FAILURE Description: The response from the exchange was unacceptable and should be reviewed with an auditor. HttpStatus: 200 - +Value: 2563 +Name: MERCHANT_EXCHANGE_TRANSFERS_CONFLICTING_TRANSFERS +Description: The amount transferred differs between what was submitted and what the exchange claimed. +HttpStatus: 0 # 2600-2649: instance operations |