commit 347540125ce6ed0dd61bb46725840fe9a8f52867
parent 0f35d1f730cf77121a0ccad7622a4ae165094526
Author: Iván Ávalos <avalos@disroot.org>
Date: Wed, 30 Apr 2025 21:02:41 +0200
add WALLET_CORE_API_BAD_REQUEST error code
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -2975,6 +2975,11 @@ Name: WALLET_TRANSACTION_PROTOCOL_VIOLATION
Description: A transaction could not be processed due to an unrecoverable protocol violation.
HttpStatus: 0
+Value: 7048
+Name: WALLET_CORE_API_BAD_REQUEST
+Description: A parameter in the request is malformed or missing.
+HttpStatus: 0
+
# 8000 - 8499: Reserved for Anastasis
Value: 8000