error code for instance unknown

This commit is contained in:
Marcello Stanisci 2017-02-27 11:55:37 +01:00
parent 5b3f346ae1
commit 1c08e3dcb1
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -993,6 +993,12 @@ enum TALER_ErrorCode
*/ */
TALER_EC_HISTORY_DB_FETCH_ERROR = 2201, TALER_EC_HISTORY_DB_FETCH_ERROR = 2201,
/**
* Instance used to retrieve history is unknown to the
* merchant.
*/
TALER_EC_HISTORY_INSTANCE_UNKNOWN = 2202,
/** /**
* We failed to contact the exchange for the /track/transaction * We failed to contact the exchange for the /track/transaction
* request. This response is provided with HTTP status code * request. This response is provided with HTTP status code