summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
"""