diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-10-20 15:11:12 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-10-20 15:11:12 +0200 |
commit | e7875fb26145fcf90aaec4aa8bcb75ace0b40779 (patch) | |
tree | f1abff8933986bef0a830a1c191b68554931f9d2 /src/include | |
parent | c40a098a91499724ab6a35fe05fbbf64e03133f2 (diff) |
introducing error codes for the merchant backend
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_error_codes.h | 8 |
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. |