From 0f5ef01dd3ef623fb06d3cf9046a18ae818d2570 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 14 Dec 2017 13:36:59 +0100 Subject: nicer error reporting --- 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 24d738f3b..85350e848 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -1515,6 +1515,13 @@ enum TALER_ErrorCode */ TALER_EC_BANK_HISTORY_NOT_AUHTORIZED = 4151, + /** + * The bank library had trouble obtaining a valid + * HTTP response. + * Returned with a status code of 0. + */ + TALER_EC_BANK_HISTORY_HTTP_FAILURE = 4152, + /** * The bank could not find the wire transfer that was supposed to * be rejected. -- cgit v1.2.3