aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-08-25 19:42:18 +0200
committerFlorian Dold <florian@dold.me>2022-08-25 19:42:18 +0200
commita8ec467f79aab32f671c146ca9cffb812920e1a2 (patch)
treee63bd2e6492f60231baad6962f019880b17c26b6 /gnu-taler-error-codes
parentdfcc0d45fa75b4e12415eb9ce76d68ccff9fe0da (diff)
downloadgana-a8ec467f79aab32f671c146ca9cffb812920e1a2.tar.gz
gana-a8ec467f79aab32f671c146ca9cffb812920e1a2.zip
gnu-taler-error-codes: add bank register conflict 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 ea2317d..e5b4d37 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1826,6 +1826,11 @@ Name: BANK_CONFIRM_ABORT_CONFLICT
1826Description: The client attempted to confirm a transaction that was already aborted. 1826Description: The client attempted to confirm a transaction that was already aborted.
1827HttpStatus: 409 1827HttpStatus: 409
1828 1828
1829Value: 5118
1830Name: BANK_REGISTER_CONFLICT
1831Description: The client attempted to register an account with the same name.
1832HttpStatus: 409
1833
1829 1834
1830# 6000 - 6999: Reserved for sync 1835# 6000 - 6999: Reserved for sync
1831# 6000 - 6099: Reserved for SYNC_GENERIC 1836# 6000 - 6099: Reserved for SYNC_GENERIC