diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-12-14 13:36:59 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-12-14 13:36:59 +0100 |
commit | 0f5ef01dd3ef623fb06d3cf9046a18ae818d2570 (patch) | |
tree | d7572ede51e75d4c820a1a2357c4d93c883e0e36 /src/include | |
parent | 22eae129a9e5934d3fadf11cb4b4c6724c9d1aa8 (diff) |
nicer error reporting
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_error_codes.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ -1516,6 +1516,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. * Returned with a status code of MHD_HTTP_NOT_FOUND. |