From 4119dbd1aab1ad6f63cc48d4a7e396834e60d62b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 11 May 2020 10:01:37 +0200 Subject: update --- src/include/taler_error_codes.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/include/taler_error_codes.h') diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index eded23339..cafdf1f6f 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -1537,6 +1537,13 @@ enum TALER_ErrorCode */ TALER_EC_TRACK_TRANSACTION_CONFLICTING_REPORTS = 2308, + /** + * We did failed to retrieve information from our database. The + * response is provided with an HTTP status of + * #MHD_HTTP_INTERNAL_SERVER_ERROR. + */ + TALER_EC_GET_TRANSFERS_DB_FETCH_ERROR = 2350, + /** * We failed to contact the exchange for the /track/transfer request. * This response is provided with HTTP status code -- cgit v1.2.3