commit 5de7cb5209109f97d56f7dd99262f24b0988c6b8
parent f5b02632094606010ed1c28c21931c81fa852d2b
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 9 Feb 2021 18:28:31 +0100
payment failure EC code needed
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -1439,6 +1439,11 @@ Name: ANASTASIS_GENERIC_BACKEND_TIMEOUT
Description: We encountered a timeout with our payment backend.
HttpStatus: 504
+Value: 8001
+Name: ANASTASIS_GENERIC_INVALID_PAYMENT_REQUEST
+Description: The backend requested payment, but the request is malformed.
+HttpStatus: 0
+
Value: 8100
Name: ANASTASIS_REDUCER_ACTION_INVALID
Description: The given action is invalid for the current state of the reducer.