commit e7875fb26145fcf90aaec4aa8bcb75ace0b40779
parent c40a098a91499724ab6a35fe05fbbf64e03133f2
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 20 Oct 2016 15:11:12 +0200
introducing error codes for the merchant backend
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
@@ -907,6 +907,14 @@ enum TALER_ErrorCode
TALER_EC_PAY_EXCHANGE_KEYS_FAILURE = 2120,
/**
+ * The payment is too late, the offer has expired.
+ * This response is
+ * provided with HTTP status code MHD_HTTP_BAD_REQUEST.
+ */
+ TALER_EC_PAY_OFFER_EXPIRED = 2121,
+
+
+ /**
* Integer overflow with sepcified timestamp argument detected.
* This response is provided
* with HTTP status code MHD_HTTP_BAD_REQUEST.