Add error code TIP_QUERY_TIP_ID_UNKNOWN

This commit is contained in:
Florian Dold 2017-11-27 15:25:02 +01:00
parent 5ed64ed29d
commit aa79aca12f
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -1475,6 +1475,12 @@ enum TALER_ErrorCode
*/
TALER_EC_TIP_PICKUP_EXCHANGE_TOO_MANY_PLANCHETS = 2809,
/**
* The tip id is unknown. This could happen if the
* tip id is wrong or the tip authorization expired.
*/
TALER_EC_TIP_QUERY_TIP_ID_UNKNOWN = 2810,
/* ********** /test API error codes ************* */