diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-10-28 12:03:07 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-10-28 12:03:07 +0100 |
commit | af416245918966b790378e48cfe2eaddb7422e2a (patch) | |
tree | b6e3b19f4f65c4d7bc60f335ae48251451934884 /src/include | |
parent | be9ff317dd47d12a9a9c31a0c867b51fa27ebb1b (diff) |
implement /exchanges handler in auditor-httpd
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 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 ************* */ |