aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-02-09 18:28:31 +0100
committerChristian Grothoff <christian@grothoff.org>2021-02-09 18:28:31 +0100
commit5de7cb5209109f97d56f7dd99262f24b0988c6b8 (patch)
tree1f9812fb5c1862442783692ac969b493661d35a8 /gnu-taler-error-codes
parentf5b02632094606010ed1c28c21931c81fa852d2b (diff)
downloadgana-5de7cb5209109f97d56f7dd99262f24b0988c6b8.tar.gz
gana-5de7cb5209109f97d56f7dd99262f24b0988c6b8.zip
payment failure EC code needed
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.