aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-20 12:14:34 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-20 12:14:34 +0200
commitc70de07db9e32b5cf419c9c4d245f6f73f03b2d2 (patch)
tree9d7b2cd849e8353a8ff38cecf4bed4059dc82fff /gnu-taler-error-codes
parent3d2fde0d1f6bd4eee7087ef061755619eaae0dc2 (diff)
downloadgana-c70de07db9e32b5cf419c9c4d245f6f73f03b2d2.tar.gz
gana-c70de07db9e32b5cf419c9c4d245f6f73f03b2d2.zip
new EC for bank
Diffstat (limited to 'gnu-taler-error-codes')
-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