aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorAntoine A <>2023-12-14 13:39:33 +0100
committerAntoine A <>2023-12-14 13:39:33 +0100
commit077a906642af1190d592bbf643baa677630505e4 (patch)
treee803429186104d41316fdafeab6761592612ab53 /gnu-taler-error-codes
parentec6c82120f0c3dca85429b86652fd25d3c25a886 (diff)
downloadgana-077a906642af1190d592bbf643baa677630505e4.tar.gz
gana-077a906642af1190d592bbf643baa677630505e4.zip
more libeufin-bank error codes
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec5
-rw-r--r--gnu-taler-error-codes/taler_error_codes.rst10
2 files changed, 15 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 5da0fbf..7e2d1f0 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2301,6 +2301,11 @@ Name: BANK_NON_ADMIN_PATCH_CONTACT
2301Description: A non-admin user has tried to change their contact info. 2301Description: A non-admin user has tried to change their contact info.
2302HttpStatus: 409 2302HttpStatus: 409
2303 2303
2304Value: 5142
2305Name: BANK_ADMIN_CREDITOR
2306Description: The client tried to create a transaction that credit the admin account.
2307HttpStatus: 409
2308
2304# 6000 - 6999: Reserved for sync 2309# 6000 - 6999: Reserved for sync
2305# 6000 - 6099: Reserved for SYNC_GENERIC 2310# 6000 - 6099: Reserved for SYNC_GENERIC
2306 2311
diff --git a/gnu-taler-error-codes/taler_error_codes.rst b/gnu-taler-error-codes/taler_error_codes.rst
index 413a77e..3103501 100644
--- 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.
4335 4335
4336 4336
4337=================== =========================================================== 4337=================== ===========================================================
4338 TALER_EC_BANK_ADMIN_CREDITOR
4339-------------------------------------------------------------------------------
4340Value 5142
4341HTTP Status Code 409
4342Description The client tried to create a transaction that credit the admin account.
4343=================== ===========================================================
4344
4345
4346
4347=================== ===========================================================
4338 TALER_EC_SYNC_ACCOUNT_UNKNOWN 4348 TALER_EC_SYNC_ACCOUNT_UNKNOWN
4339------------------------------------------------------------------------------- 4349-------------------------------------------------------------------------------
4340Value 6100 4350Value 6100