aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2023-11-13 23:20:41 +0000
committerAntoine A <>2023-11-13 23:20:41 +0000
commit27de076550489d6ca0b99822121579e02fee4cf2 (patch)
treeeda48eb7d3fb3bd541f2d9fe161b478e79ba71e8
parent30fa7a69569484b72da6bc3a750ccebb709d26a3 (diff)
downloadgana-27de076550489d6ca0b99822121579e02fee4cf2.tar.gz
gana-27de076550489d6ca0b99822121579e02fee4cf2.zip
more libeufin-bank error codes
-rw-r--r--gnu-taler-error-codes/registry.rec7
-rw-r--r--gnu-taler-error-codes/taler_error_codes.rst12
2 files changed, 17 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 7ca8c65..36e2e84 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2278,7 +2278,7 @@ HttpStatus: 409
2278 2278
2279Value: 5137 2279Value: 5137
2280Name: BANK_NON_ADMIN_PATCH_MISSING_OLD_PASSWORD 2280Name: BANK_NON_ADMIN_PATCH_MISSING_OLD_PASSWORD
2281Description: A non-admin user has tried to change their debt limit. 2281Description: A non-admin user has tried to change their password whihout providing the current one.
2282HttpStatus: 409 2282HttpStatus: 409
2283 2283
2284Value: 5138 2284Value: 5138
@@ -2286,6 +2286,11 @@ Name: BANK_PATCH_BAD_OLD_PASSWORD
2286Description: Provided old password does not match current password. 2286Description: Provided old password does not match current password.
2287HttpStatus: 409 2287HttpStatus: 409
2288 2288
2289Value: 5139
2290Name: BANK_PATCH_ADMIN_EXCHANGE
2291Description: An admin user has tried to become an exchange.
2292HttpStatus: 409
2293
2289# 6000 - 6999: Reserved for sync 2294# 6000 - 6999: Reserved for sync
2290# 6000 - 6099: Reserved for SYNC_GENERIC 2295# 6000 - 6099: Reserved for SYNC_GENERIC
2291 2296
diff --git a/gnu-taler-error-codes/taler_error_codes.rst b/gnu-taler-error-codes/taler_error_codes.rst
index 8b7f9bf..91e8333 100644
--- 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.
4289------------------------------------------------------------------------------- 4289-------------------------------------------------------------------------------
4290Value 5137 4290Value 5137
4291HTTP Status Code 409 4291HTTP Status Code 409
4292Description A non-admin user has tried to change their debt limit. 4292Description A non-admin user has tried to change their password whihout providing the current one.
4293=================== =========================================================== 4293=================== ===========================================================
4294 4294
4295 4295
@@ -4305,6 +4305,16 @@ Description Provided old password does not match current password.
4305 4305
4306 4306
4307=================== =========================================================== 4307=================== ===========================================================
4308 TALER_EC_BANK_PATCH_ADMIN_EXCHANGE
4309-------------------------------------------------------------------------------
4310Value 5139
4311HTTP Status Code 409
4312Description An admin user has tried to become an exchange.
4313=================== ===========================================================
4314
4315
4316
4317=================== ===========================================================
4308 TALER_EC_SYNC_ACCOUNT_UNKNOWN 4318 TALER_EC_SYNC_ACCOUNT_UNKNOWN
4309------------------------------------------------------------------------------- 4319-------------------------------------------------------------------------------
4310Value 6100 4320Value 6100