commit ec6c82120f0c3dca85429b86652fd25d3c25a886 parent f5577937ddfe880a49c8bcfce6e531959d62fdd8 Author: Antoine A <> Date: Mon, 11 Dec 2023 15:44:17 +0100 more libeufin-bank error codes Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 5 | +++++ |
| M | gnu-taler-error-codes/taler_error_codes.rst | | | 10 | ++++++++++ |
2 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -2296,6 +2296,11 @@ Name: BANK_NON_ADMIN_PATCH_CASHOUT Description: A non-admin user has tried to change their cashout account. HttpStatus: 409 +Value: 5141 +Name: BANK_NON_ADMIN_PATCH_CONTACT +Description: A non-admin user has tried to change their contact info. +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 @@ -4325,6 +4325,16 @@ Description A non-admin user has tried to change their cashout account. =================== =========================================================== + TALER_EC_BANK_NON_ADMIN_PATCH_CONTACT +------------------------------------------------------------------------------- +Value 5141 +HTTP Status Code 409 +Description A non-admin user has tried to change their contact info. +=================== =========================================================== + + + +=================== =========================================================== TALER_EC_SYNC_ACCOUNT_UNKNOWN ------------------------------------------------------------------------------- Value 6100