commit 27de076550489d6ca0b99822121579e02fee4cf2
parent 30fa7a69569484b72da6bc3a750ccebb709d26a3
Author: Antoine A <>
Date: Mon, 13 Nov 2023 23:20:41 +0000
more libeufin-bank error codes
Diffstat:
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -2278,7 +2278,7 @@ HttpStatus: 409
Value: 5137
Name: BANK_NON_ADMIN_PATCH_MISSING_OLD_PASSWORD
-Description: A non-admin user has tried to change their debt limit.
+Description: A non-admin user has tried to change their password whihout providing the current one.
HttpStatus: 409
Value: 5138
@@ -2286,6 +2286,11 @@ Name: BANK_PATCH_BAD_OLD_PASSWORD
Description: Provided old password does not match current password.
HttpStatus: 409
+Value: 5139
+Name: BANK_PATCH_ADMIN_EXCHANGE
+Description: An admin user has tried to become an exchange.
+HttpStatus: 409
+
# 6000 - 6999: Reserved for sync
# 6000 - 6099: Reserved for SYNC_GENERIC
diff --git a/gnu-taler-error-codes/taler_error_codes.rst b/gnu-taler-error-codes/taler_error_codes.rst
@@ -4289,7 +4289,7 @@ Description A non-admin user has tried to change their debt limit.
-------------------------------------------------------------------------------
Value 5137
HTTP Status Code 409
-Description A non-admin user has tried to change their debt limit.
+Description A non-admin user has tried to change their password whihout providing the current one.
=================== ===========================================================
@@ -4305,6 +4305,16 @@ Description Provided old password does not match current password.
=================== ===========================================================
+ TALER_EC_BANK_PATCH_ADMIN_EXCHANGE
+-------------------------------------------------------------------------------
+Value 5139
+HTTP Status Code 409
+Description An admin user has tried to become an exchange.
+=================== ===========================================================
+
+
+
+=================== ===========================================================
TALER_EC_SYNC_ACCOUNT_UNKNOWN
-------------------------------------------------------------------------------
Value 6100