summaryrefslogtreecommitdiff
path: root/src/include/taler_error_codes.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-20 15:11:12 +0200
committerChristian Grothoff <christian@grothoff.org>2016-10-20 15:11:12 +0200
commite7875fb26145fcf90aaec4aa8bcb75ace0b40779 (patch)
treef1abff8933986bef0a830a1c191b68554931f9d2 /src/include/taler_error_codes.h
parentc40a098a91499724ab6a35fe05fbbf64e03133f2 (diff)
downloadexchange-e7875fb26145fcf90aaec4aa8bcb75ace0b40779.tar.gz
exchange-e7875fb26145fcf90aaec4aa8bcb75ace0b40779.tar.bz2
exchange-e7875fb26145fcf90aaec4aa8bcb75ace0b40779.zip
introducing error codes for the merchant backend
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r--src/include/taler_error_codes.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index ca7964d47..dbe189936 100644
--- 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.