Adding error code for conflicting /track/transfer

This commit is contained in:
Marcello Stanisci 2016-11-04 14:20:42 +01:00
parent 443925caa9
commit 1244bcf3a6

View File

@ -1072,6 +1072,13 @@ enum TALER_ErrorCode
*/
TALER_EC_TRACK_TRANSFER_DB_INTERNAL_LOGIC_ERROR = 2407,
/**
* The exchange gave conflicting information about a coin which has
* been wire transferred.
* The response is
* provided with HTTP status code MHD_HTTP_INTERNAL_SERVER_ERROR.
*/
TALER_EC_TRACK_TRANSFER_CONFLICTING_REPORT = 2408,
/* ********** /test API error codes ************* */