diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-02-27 11:55:37 +0100 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-02-27 11:55:37 +0100 |
commit | 1c08e3dcb1fa7fcfbf4d6eb1ae009c0a075ffa89 (patch) | |
tree | a4abaa92f324363c64299de3d72ffa7e07d845ee | |
parent | 5b3f346ae13001a92b61fb6d95f0f79c1fb03a29 (diff) |
error code for instance unknown
-rw-r--r-- | src/include/taler_error_codes.h | 6 |
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. |