summaryrefslogtreecommitdiff
path: root/src/include/taler_error_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r--src/include/taler_error_codes.h6
1 files changed, 6 insertions, 0 deletions
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
@@ -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.