aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 44c3f5e..7a4bda1 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1439,6 +1439,11 @@ Name: ANASTASIS_GENERIC_BACKEND_TIMEOUT
1439Description: We encountered a timeout with our payment backend. 1439Description: We encountered a timeout with our payment backend.
1440HttpStatus: 504 1440HttpStatus: 504
1441 1441
1442Value: 8001
1443Name: ANASTASIS_GENERIC_INVALID_PAYMENT_REQUEST
1444Description: The backend requested payment, but the request is malformed.
1445HttpStatus: 0
1446
1442Value: 8100 1447Value: 8100
1443Name: ANASTASIS_REDUCER_ACTION_INVALID 1448Name: ANASTASIS_REDUCER_ACTION_INVALID
1444Description: The given action is invalid for the current state of the reducer. 1449Description: The given action is invalid for the current state of the reducer.