From 30fa7a69569484b72da6bc3a750ccebb709d26a3 Mon Sep 17 00:00:00 2001 From: Antoine A <> Date: Mon, 13 Nov 2023 18:37:33 +0000 Subject: more libeufin-bank error codes --- gnu-taler-error-codes/registry.rec | 19 +++++++++++ gnu-taler-error-codes/taler_error_codes.rst | 50 +++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) 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 Description: The client's response to the challenge was invalid. HttpStatus: 403 +Value: 5135 +Name: BANK_NON_ADMIN_PATCH_LEGAL_NAME +Description: A non-admin user has tried to change their legal name. +HttpStatus: 409 + +Value: 5136 +Name: BANK_NON_ADMIN_PATCH_DEBT_LIMIT +Description: A non-admin user has tried to change their debt limit. +HttpStatus: 409 + +Value: 5137 +Name: BANK_NON_ADMIN_PATCH_MISSING_OLD_PASSWORD +Description: A non-admin user has tried to change their debt limit. +HttpStatus: 409 + +Value: 5138 +Name: BANK_PATCH_BAD_OLD_PASSWORD +Description: Provided old password does not match current password. +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 index 2e97093..8b7f9bf 100644 --- a/gnu-taler-error-codes/taler_error_codes.rst +++ b/gnu-taler-error-codes/taler_error_codes.rst @@ -804,6 +804,16 @@ Description The requested operation is denied as the account was frozen +=================== =========================================================== + TALER_EC_EXCHANGE_GENERIC_KYC_CONVERTER_FAILED +------------------------------------------------------------------------------- +Value 1037 +HTTP Status Code 500 +Description The exchange failed to start a KYC attribute conversion helper process. It is likely configured incorrectly. +=================== =========================================================== + + + =================== =========================================================== TALER_EC_EXCHANGE_DEPOSITS_GET_NOT_FOUND ------------------------------------------------------------------------------- @@ -4254,6 +4264,46 @@ Description The client's response to the challenge was invalid. +=================== =========================================================== + TALER_EC_BANK_NON_ADMIN_PATCH_LEGAL_NAME +------------------------------------------------------------------------------- +Value 5135 +HTTP Status Code 409 +Description A non-admin user has tried to change their legal name. +=================== =========================================================== + + + +=================== =========================================================== + TALER_EC_BANK_NON_ADMIN_PATCH_DEBT_LIMIT +------------------------------------------------------------------------------- +Value 5136 +HTTP Status Code 409 +Description A non-admin user has tried to change their debt limit. +=================== =========================================================== + + + +=================== =========================================================== + TALER_EC_BANK_NON_ADMIN_PATCH_MISSING_OLD_PASSWORD +------------------------------------------------------------------------------- +Value 5137 +HTTP Status Code 409 +Description A non-admin user has tried to change their debt limit. +=================== =========================================================== + + + +=================== =========================================================== + TALER_EC_BANK_PATCH_BAD_OLD_PASSWORD +------------------------------------------------------------------------------- +Value 5138 +HTTP Status Code 409 +Description Provided old password does not match current password. +=================== =========================================================== + + + =================== =========================================================== TALER_EC_SYNC_ACCOUNT_UNKNOWN ------------------------------------------------------------------------------- -- cgit v1.2.3