aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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