summaryrefslogtreecommitdiff
path: root/src/include/taler_error_codes.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-28 12:03:07 +0100
committerChristian Grothoff <christian@grothoff.org>2018-10-28 12:03:07 +0100
commitaf416245918966b790378e48cfe2eaddb7422e2a (patch)
treeb6e3b19f4f65c4d7bc60f335ae48251451934884 /src/include/taler_error_codes.h
parentbe9ff317dd47d12a9a9c31a0c867b51fa27ebb1b (diff)
downloadexchange-af416245918966b790378e48cfe2eaddb7422e2a.tar.gz
exchange-af416245918966b790378e48cfe2eaddb7422e2a.tar.bz2
exchange-af416245918966b790378e48cfe2eaddb7422e2a.zip
implement /exchanges handler in auditor-httpd
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r--src/include/taler_error_codes.h7
1 files changed, 7 insertions, 0 deletions
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 ************* */