From 00d9191838aee18dca434677f6895f8588198298 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 4 Apr 2020 16:50:17 +0200 Subject: more error codes --- taler/util/errorcodes.py | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 @@ -2041,6 +2041,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, -- cgit v1.2.3