Adding new error code.

This commit is contained in:
Marcello Stanisci 2017-03-10 17:43:27 +01:00
parent 5f5babca93
commit b06e314dbb
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -1179,6 +1179,11 @@ enum TALER_ErrorCode
*/
TALER_EC_TRACK_TRANSFER_CONFLICTING_REPORTS = 2408,
/**
* The merchant backend had problems in creating the JSON response.
*/
TALER_EC_TRACK_TRANSFER_JSON_RESPONSE_ERROR = 2409,
/**
* The hash provided in the request of /map/in does not match
* the contract sent alongside in the same request.