From d292b8edca01c5152d3ccc8ac7ace9e8d27d3659 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 14 Mar 2020 20:18:47 +0100 Subject: code cleanup and additional error checking logic for #6124, but no actual semantic change --- src/include/taler_error_codes.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index f485f2da7..e6bd73647 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -381,6 +381,13 @@ enum TALER_ErrorCode */ TALER_EC_DENOMINATION_KEY_LOST = 1116, + /** + * The exchange's database entry with the reserve balance summary + * is inconsistent with its own history of the reserve. + * Returned with an HTTP status of #MHD_HTTP_INTERNAL_SERVER_ERROR. + */ + TALER_EC_WITHDRAW_HISTORY_RESERVE_BALANCE_CORRUPT = 1117, + /** * The exchange failed to obtain the transaction history of the given * reserve from the database. This response is provided with HTTP -- cgit v1.2.3