aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2023-11-13 18:37:33 +0000
committerAntoine A <>2023-11-13 18:37:33 +0000
commit30fa7a69569484b72da6bc3a750ccebb709d26a3 (patch)
tree0c7fce37482d1578f8d70bcec897e9a84cf8a42c
parent235075f0b21536d3d1c3dd6c2b2b1709555c82e0 (diff)
downloadgana-30fa7a69569484b72da6bc3a750ccebb709d26a3.tar.gz
gana-30fa7a69569484b72da6bc3a750ccebb709d26a3.zip
more libeufin-bank error codes
-rw-r--r--gnu-taler-error-codes/registry.rec19
-rw-r--r--gnu-taler-error-codes/taler_error_codes.rst50
2 files changed, 69 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index eba867b..7ca8c65 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2266,6 +2266,25 @@ Name: BANK_TAN_CHALLENGE_FAILED
2266Description: The client's response to the challenge was invalid. 2266Description: The client's response to the challenge was invalid.
2267HttpStatus: 403 2267HttpStatus: 403
2268 2268
2269Value: 5135
2270Name: BANK_NON_ADMIN_PATCH_LEGAL_NAME
2271Description: A non-admin user has tried to change their legal name.
2272HttpStatus: 409
2273
2274Value: 5136
2275Name: BANK_NON_ADMIN_PATCH_DEBT_LIMIT
2276Description: A non-admin user has tried to change their debt limit.
2277HttpStatus: 409
2278
2279Value: 5137
2280Name: BANK_NON_ADMIN_PATCH_MISSING_OLD_PASSWORD
2281Description: A non-admin user has tried to change their debt limit.
2282HttpStatus: 409
2283
2284Value: 5138
2285Name: BANK_PATCH_BAD_OLD_PASSWORD
2286Description: Provided old password does not match current password.
2287HttpStatus: 409
2269 2288
2270# 6000 - 6999: Reserved for sync 2289# 6000 - 6999: Reserved for sync
2271# 6000 - 6099: Reserved for SYNC_GENERIC 2290# 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
index 2e97093..8b7f9bf 100644
--- a/gnu-taler-error-codes/taler_error_codes.rst
+++ b/gnu-taler-error-codes/taler_error_codes.rst
@@ -805,6 +805,16 @@ Description The requested operation is denied as the account was frozen
805 805
806 806
807=================== =========================================================== 807=================== ===========================================================
808 TALER_EC_EXCHANGE_GENERIC_KYC_CONVERTER_FAILED
809-------------------------------------------------------------------------------
810Value 1037
811HTTP Status Code 500
812Description The exchange failed to start a KYC attribute conversion helper process. It is likely configured incorrectly.
813=================== ===========================================================
814
815
816
817=================== ===========================================================
808 TALER_EC_EXCHANGE_DEPOSITS_GET_NOT_FOUND 818 TALER_EC_EXCHANGE_DEPOSITS_GET_NOT_FOUND
809------------------------------------------------------------------------------- 819-------------------------------------------------------------------------------
810Value 1100 820Value 1100
@@ -4255,6 +4265,46 @@ Description The client's response to the challenge was invalid.
4255 4265
4256 4266
4257=================== =========================================================== 4267=================== ===========================================================
4268 TALER_EC_BANK_NON_ADMIN_PATCH_LEGAL_NAME
4269-------------------------------------------------------------------------------
4270Value 5135
4271HTTP Status Code 409
4272Description A non-admin user has tried to change their legal name.
4273=================== ===========================================================
4274
4275
4276
4277=================== ===========================================================
4278 TALER_EC_BANK_NON_ADMIN_PATCH_DEBT_LIMIT
4279-------------------------------------------------------------------------------
4280Value 5136
4281HTTP Status Code 409
4282Description A non-admin user has tried to change their debt limit.
4283=================== ===========================================================
4284
4285
4286
4287=================== ===========================================================
4288 TALER_EC_BANK_NON_ADMIN_PATCH_MISSING_OLD_PASSWORD
4289-------------------------------------------------------------------------------
4290Value 5137
4291HTTP Status Code 409
4292Description A non-admin user has tried to change their debt limit.
4293=================== ===========================================================
4294
4295
4296
4297=================== ===========================================================
4298 TALER_EC_BANK_PATCH_BAD_OLD_PASSWORD
4299-------------------------------------------------------------------------------
4300Value 5138
4301HTTP Status Code 409
4302Description Provided old password does not match current password.
4303=================== ===========================================================
4304
4305
4306
4307=================== ===========================================================
4258 TALER_EC_SYNC_ACCOUNT_UNKNOWN 4308 TALER_EC_SYNC_ACCOUNT_UNKNOWN
4259------------------------------------------------------------------------------- 4309-------------------------------------------------------------------------------
4260Value 6100 4310Value 6100