diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-10-06 21:54:55 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-10-06 21:54:55 +0200 |
commit | 332a37292c1db7261ebc6bb6fbb9ceacd7cc3220 (patch) | |
tree | 8a815d39417f13bc5a4bed09f4b2e85d9ca9d5ee /src/include | |
parent | 98b7444a7b122498e5b6d693c4503b1702763307 (diff) |
handle (most) TEH_KS_acquire errors
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_error_codes.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 8574dd00e..5a9563553 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, |