aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec19
1 files changed, 19 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