summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-04 16:46:25 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-04 16:46:25 +0200
commit82b6c0887db75432d568814f0ecfe76a14ab2f88 (patch)
tree92c88b708d3d667fdc045e6f7cac58ced51cd5e0 /src/include
parentc826693e451f0b6929c02c7f34ca8c07d0b59010 (diff)
downloadexchange-82b6c0887db75432d568814f0ecfe76a14ab2f88.tar.gz
exchange-82b6c0887db75432d568814f0ecfe76a14ab2f88.tar.bz2
exchange-82b6c0887db75432d568814f0ecfe76a14ab2f88.zip
more error codes
Diffstat (limited to 'src/include')
-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 7bdbd573a..d6c376986 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1429,6 +1429,13 @@ enum TALER_ErrorCode
TALER_EC_TRACK_TRANSFER_EXCHANGE_TIMEOUT = 2400,
/**
+ * We failed to obtain an acceptable /keys response from the exchange
+ * for the /track/transfer request. This response is provided with
+ * HTTP status code #MHD_HTTP_FAILED_DEPENDENCY.
+ */
+ TALER_EC_TRACK_TRANSFER_EXCHANGE_KEYS_FAILURE = 2401,
+
+ /**
* We failed to persist coin wire transfer information in our merchant
* database. The response is provided with HTTP status code
* #MHD_HTTP_INTERNAL_SERVER_ERROR.