exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 1c08e3dcb1fa7fcfbf4d6eb1ae009c0a075ffa89
parent 5b3f346ae13001a92b61fb6d95f0f79c1fb03a29
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 27 Feb 2017 11:55:37 +0100

error code for instance unknown

Diffstat:
Msrc/include/taler_error_codes.h | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h @@ -994,6 +994,12 @@ enum TALER_ErrorCode 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 * request. This response is provided with HTTP status code * MHD_HTTP_SERVICE_UNAVAILABLE.