From 332a37292c1db7261ebc6bb6fbb9ceacd7cc3220 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 6 Oct 2017 21:54:55 +0200 Subject: handle (most) TEH_KS_acquire errors --- src/include/taler_error_codes.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (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 8574dd00..5a956355 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -53,6 +53,11 @@ enum TALER_ErrorCode */ TALER_EC_NOT_IMPLEMENTED = 3, + /** + * Exchange is badly configured and thus cannot operate. + */ + TALER_EC_EXCHANGE_BAD_CONFIGURATION = 4, + /* ********** generic error codes ************* */ /** @@ -906,7 +911,7 @@ enum TALER_ErrorCode * MHD_HTTP_BAD_REQUEST. */ TALER_EC_KEYS_HAVE_NOT_NUMERIC = 1900, - + /* *********** Merchant backend error codes ********* */ @@ -1264,7 +1269,7 @@ enum TALER_ErrorCode /** * The exchange charged a different wire fee than what it * originally advertised, and it is higher. The response - * is provied with an HTTP status of + * is provied with an HTTP status of * MHD_HTTP_INTERNAL_SERVER_ERROR (FIXME: bad choice!). */ TALER_EC_TRACK_TRANSFER_JSON_BAD_WIRE_FEE = 2410, -- cgit v1.2.3