aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu-taler-error-codes/registry.rec6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 795dc6b..2d6ee24 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1322,6 +1322,12 @@ Name: BANK_WITHDRAWAL_OPERATION_RESERVE_SELECTION_CONFLICT
1322Description: The withdrawal operation already has a reserve selected. The current request conflicts with the existing selection. 1322Description: The withdrawal operation already has a reserve selected. The current request conflicts with the existing selection.
1323HttpStatus: 409 1323HttpStatus: 409
1324 1324
1325Value: 5114
1326Name: BANK_DUPLICATE_RESERVE_PUB_SUBJECT
1327Description: The wire transfer subject duplicates an existing reserve public key. But wire transfer subjects must be unique.
1328HttpStatus: 409
1329
1330
1325# 6000 - 6999: Reserved for sync 1331# 6000 - 6999: Reserved for sync
1326# 6000 - 6099: Reserved for SYNC_GENERIC 1332# 6000 - 6099: Reserved for SYNC_GENERIC
1327 1333