introducing error codes for the merchant backend
This commit is contained in:
parent
c40a098a91
commit
e7875fb261
@ -906,6 +906,14 @@ enum TALER_ErrorCode
|
|||||||
*/
|
*/
|
||||||
TALER_EC_PAY_EXCHANGE_KEYS_FAILURE = 2120,
|
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.
|
* Integer overflow with sepcified timestamp argument detected.
|
||||||
* This response is provided
|
* This response is provided
|
||||||
|
Loading…
Reference in New Issue
Block a user