error code for merchant's /refund

This commit is contained in:
Marcello Stanisci 2017-06-14 11:24:53 +02:00
parent 0580168c0e
commit 5176b25085
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -1282,6 +1282,11 @@ enum TALER_ErrorCode
*/ */
TALER_EC_PROPOSAL_LOOKUP_NOT_FOUND = 2503, TALER_EC_PROPOSAL_LOOKUP_NOT_FOUND = 2503,
/**
* The client specified an unknown instance for any of the /refund operations
*/
TALER_EC_REFUND_INSTANCE_UNKNOWN = 2600,
/* ********** /test API error codes ************* */ /* ********** /test API error codes ************* */
/** /**