summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-04 16:50:17 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-04 16:50:17 +0200
commit00d9191838aee18dca434677f6895f8588198298 (patch)
treed906563fd11a0ce4ea7faf4ec6ed96188531faf9
parentbd4283277841a25a9a4444c4a4390811ec5e7987 (diff)
downloadtaler-util-00d9191838aee18dca434677f6895f8588198298.tar.gz
taler-util-00d9191838aee18dca434677f6895f8588198298.tar.bz2
taler-util-00d9191838aee18dca434677f6895f8588198298.zip
more error codes
-rw-r--r--taler/util/errorcodes.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/taler/util/errorcodes.py b/taler/util/errorcodes.py
index dd6b3f2..650b1a0 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -2042,6 +2042,16 @@ ec._add_ec(
)
ec._add_ec(
+ "TRACK_TRANSACTION_EXCHANGE_KEYS_FAILURE",
+ 2301,
+ """
+ We failed to get a valid /keys response from the exchange for the /track/transaction
+ request. This response is provided with HTTP status code
+ #MHD_HTTP_FAILED_DEPENDENCY.
+ """,
+)
+
+ec._add_ec(
"TRACK_TRANSACTION_TRANSACTION_UNKNOWN",
2302,
"""