introducing error codes for the merchant backend

This commit is contained in:
Christian Grothoff 2016-10-20 15:11:12 +02:00
parent c40a098a91
commit e7875fb261
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -906,6 +906,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