diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-20 23:17:57 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-20 23:17:57 +0200 |
commit | 87e16541af26380c50733cf4b3271c98f8efbda3 (patch) | |
tree | 199c445a5e6ad80c823d995a7de4a0fe9031c295 /src/include | |
parent | 053096475fdb1d6d81aa87bce36f1aceb6264038 (diff) |
incomplete work on fixing #5010 for /refresh/melt
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_error_codes.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 86d7f89a7..fd9387fb7 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -441,14 +441,6 @@ enum TALER_ErrorCode TALER_EC_REFRESH_MELT_DB_STORE_SESSION_ERROR = 1304, /** - * The exchange failed to store refresh order data in the - * database. - * This response is provided with HTTP status code - * MHD_HTTP_INTERNAL_ERROR. - */ - TALER_EC_REFRESH_MELT_DB_STORE_ORDER_ERROR = 1305, - - /** * The exchange failed to store commit data in the * database. * This response is provided with HTTP status code @@ -457,14 +449,6 @@ enum TALER_ErrorCode TALER_EC_REFRESH_MELT_DB_STORE_COMMIT_ERROR = 1306, /** - * The exchange failed to store transfer keys in the - * database. - * This response is provided with HTTP status code - * MHD_HTTP_INTERNAL_ERROR. - */ - TALER_EC_REFRESH_MELT_DB_STORE_TRANSFER_ERROR = 1307, - - /** * The exchange is unaware of the denomination key that was * requested for one of the fresh coins. This response is provided * with HTTP status code MHD_HTTP_BAD_REQUEST. |