gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 30fa7a69569484b72da6bc3a750ccebb709d26a3
parent 235075f0b21536d3d1c3dd6c2b2b1709555c82e0
Author: Antoine A <>
Date:   Mon, 13 Nov 2023 18:37:33 +0000

more libeufin-bank error codes

Diffstat:
Mgnu-taler-error-codes/registry.rec | 19+++++++++++++++++++
Mgnu-taler-error-codes/taler_error_codes.rst | 50++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+), 0 deletions(-)

diff --git 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 @@ -805,6 +805,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 ------------------------------------------------------------------------------- Value 1100 @@ -4255,6 +4265,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 ------------------------------------------------------------------------------- Value 6100