From af416245918966b790378e48cfe2eaddb7422e2a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 28 Oct 2018 12:03:07 +0100 Subject: implement /exchanges handler in auditor-httpd --- 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 3c226e37e..fbd0ef949 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -1532,6 +1532,13 @@ enum TALER_ErrorCode */ TALER_EC_DEPOSIT_CONFIRMATION_STORE_DB_ERROR = 2501, + /** + * The auditor had trouble retrieving the exchange list + * from its database. Returned with an HTTP status code of + * MHD_HTTP_INTERNAL_SERVER_ERROR. + */ + TALER_EC_LIST_EXCHANGES_DB_ERROR = 2502, + /* ********** /test API error codes ************* */ -- cgit v1.2.3