aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-16 21:21:59 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-16 21:21:59 +0200
commit225750659eaa65f67687e2b17949a2362dfc731d (patch)
tree0c2de069021ca250bffd2b27ba664105744b2ab7 /gnu-taler-error-codes
parent2438485bc6aad8f2d9409918cb748bdd977bcc68 (diff)
downloadgana-225750659eaa65f67687e2b17949a2362dfc731d.tar.gz
gana-225750659eaa65f67687e2b17949a2362dfc731d.zip
another error code
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 61c084f..27c6988 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1141,6 +1141,11 @@ Name: MERCHANT_PRIVATE_DELETE_TRANSFERS_ALREADY_CONFIRMED
1141Description: The backend could not delete the transfer as the echange already replied to our inquiry about it and we have integrated the result. 1141Description: The backend could not delete the transfer as the echange already replied to our inquiry about it and we have integrated the result.
1142HttpStatus: 409 1142HttpStatus: 409
1143 1143
1144Value: 2557
1145Name: MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_SUBMISSION
1146Description: The backend was previously informed about a wire transfer with the same ID but a different amount. Multiple wire transfers with the same ID are not allowed. If the new amount is correct, the old transfer should first be deleted.
1147HttpStatus: 409
1148
1144 1149
1145# 2600-2649: instance operations 1150# 2600-2649: instance operations
1146 1151