This commit is contained in:
Christian Grothoff 2020-01-09 12:18:56 +01:00
parent 1f8d6e1ac1
commit 59b12d2d80
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1432,6 +1432,13 @@ enum TALER_ErrorCode
*/
TALER_EC_PROPOSAL_STORE_DB_ERROR_ALREADY_EXISTS = 2508,
/**
* The order provided to the backend uses an amount
* in a currency that does not match the backend's
* configuration.
* Returned as a bad request.
*/
TALER_EC_PROPOSAL_ORDER_BAD_CURRENCY = 2509,
/**
* The frontend gave an unknown order id to issue the refund to.