From 1c08e3dcb1fa7fcfbf4d6eb1ae009c0a075ffa89 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 27 Feb 2017 11:55:37 +0100 Subject: error code for instance unknown --- src/include/taler_error_codes.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 5e8088350..770a8ad67 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -993,6 +993,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 -- cgit v1.2.3