commit 289cc9a778c295f769f1cde0600e0f17e8bccaec
parent 25b24d2c4ef8e1e66ad1dffa1cb4df77291c3e6e
Author: Florian Dold <dold@taler.net>
Date: Sat, 29 Aug 2026 18:51:17 +0200
error codes: add bad current password response
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -2485,6 +2485,11 @@ Name: MERCHANT_PRIVATE_POST_INSTANCES_PURGE_REQUIRED
Description: The merchant backend cannot create an instance under the given identifier, the previous one was deleted but must be purged first.
HttpStatus: 409
+Value: 2604
+Name: MERCHANT_PRIVATE_POST_INSTANCE_AUTH_BAD_OLD_PASSWORD
+Description: The merchant backend cannot update an instance's authentication settings because the required current password was missing or did not match.
+HttpStatus: 401
+
Value: 2625
Name: MERCHANT_PRIVATE_PATCH_INSTANCES_PURGE_REQUIRED
Description: The merchant backend cannot update an instance under the given identifier, the previous one was deleted but must be purged first.