summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
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 9a7c544b9..0969261a8 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1052,6 +1052,13 @@ enum TALER_ErrorCode
TALER_EC_KEYS_MISSING = 1901,
/**
+ * This exchange does not allow clients to request /keys for times
+ * other than the current (exchange) time. This reponse is provied
+ * with an HTTP status code of MHD_HTTP_FORBIDDEN.
+ */
+ TALER_EC_KEYS_TIMETRAVEL_FORBIDDEN = 1902,
+
+ /**
* The backend could not find the merchant instance specified in the
* request. This response is provided with HTTP status code
* MHD_HTTP_NOT_FOUND.