summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-04 16:50:13 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-04 16:50:13 +0200
commit5059da7108fb2d65fc3844ffe695574c532f8dff (patch)
tree3bf831f3a3fb01b149dea8009d9cc0e7cfc2fbc6 /src
parent82b6c0887db75432d568814f0ecfe76a14ab2f88 (diff)
downloadexchange-5059da7108fb2d65fc3844ffe695574c532f8dff.tar.gz
exchange-5059da7108fb2d65fc3844ffe695574c532f8dff.tar.bz2
exchange-5059da7108fb2d65fc3844ffe695574c532f8dff.zip
more error codes
Diffstat (limited to 'src')
-rw-r--r--src/include/taler_error_codes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index d6c376986..94475f19c 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1370,6 +1370,13 @@ enum TALER_ErrorCode
TALER_EC_TRACK_TRANSACTION_EXCHANGE_TIMEOUT = 2300,
/**
+ * 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.
+ */
+ TALER_EC_TRACK_TRANSACTION_EXCHANGE_KEYS_FAILURE = 2301,
+
+ /**
* The backend could not find the transaction specified in the
* request. This response is provided with HTTP status code
* #MHD_HTTP_NOT_FOUND.