diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-05-20 12:14:34 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-05-20 12:14:34 +0200 |
commit | c70de07db9e32b5cf419c9c4d245f6f73f03b2d2 (patch) | |
tree | 9d7b2cd849e8353a8ff38cecf4bed4059dc82fff /gnu-taler-error-codes/registry.rec | |
parent | 3d2fde0d1f6bd4eee7087ef061755619eaae0dc2 (diff) |
new EC for bank
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 6 |
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 Description: The withdrawal operation already has a reserve selected. The current request conflicts with the existing selection. HttpStatus: 409 +Value: 5114 +Name: BANK_DUPLICATE_RESERVE_PUB_SUBJECT +Description: The wire transfer subject duplicates an existing reserve public key. But wire transfer subjects must be unique. +HttpStatus: 409 + + # 6000 - 6999: Reserved for sync # 6000 - 6099: Reserved for SYNC_GENERIC |