commit 077a906642af1190d592bbf643baa677630505e4 parent ec6c82120f0c3dca85429b86652fd25d3c25a886 Author: Antoine A <> Date: Thu, 14 Dec 2023 13:39:33 +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 @@ -2301,6 +2301,11 @@ Name: BANK_NON_ADMIN_PATCH_CONTACT Description: A non-admin user has tried to change their contact info. HttpStatus: 409 +Value: 5142 +Name: BANK_ADMIN_CREDITOR +Description: The client tried to create a transaction that credit the admin account. +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 @@ -4335,6 +4335,16 @@ Description A non-admin user has tried to change their contact info. =================== =========================================================== + TALER_EC_BANK_ADMIN_CREDITOR +------------------------------------------------------------------------------- +Value 5142 +HTTP Status Code 409 +Description The client tried to create a transaction that credit the admin account. +=================== =========================================================== + + + +=================== =========================================================== TALER_EC_SYNC_ACCOUNT_UNKNOWN ------------------------------------------------------------------------------- Value 6100