summaryrefslogtreecommitdiff
path: root/src/include/taler_error_codes.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-05 22:05:38 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-05 22:05:38 +0200
commitbf8c5982a2e79f0b5198a0033dd41e9702d093f9 (patch)
tree93b62feb9b7e24ae3d4f73b1a5f883a8fc368bfe /src/include/taler_error_codes.h
parent5059da7108fb2d65fc3844ffe695574c532f8dff (diff)
downloadexchange-bf8c5982a2e79f0b5198a0033dd41e9702d093f9.tar.gz
exchange-bf8c5982a2e79f0b5198a0033dd41e9702d093f9.tar.bz2
exchange-bf8c5982a2e79f0b5198a0033dd41e9702d093f9.zip
make exchange API more uniform in how information is returned
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r--src/include/taler_error_codes.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 94475f19c..cbf01b8f1 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -118,6 +118,13 @@ enum TALER_ErrorCode
TALER_EC_HOLE_IN_WIRE_FEE_STRUCTURE = 13,
/**
+ * The version string given does not follow the expected
+ * CURRENT:REVISION:AGE Format. Generated as an error on the client
+ * side.
+ */
+ TALER_EC_VERSION_MALFORMED = 14,
+
+ /**
* The exchange failed to even just initialize its connection to the
* database. This response is provided with HTTP status code
* #MHD_HTTP_INTERNAL_SERVER_ERROR.
@@ -1111,6 +1118,12 @@ enum TALER_ErrorCode
TALER_EC_KEYS_TIMETRAVEL_FORBIDDEN = 1902,
/**
+ * The keys response was malformed. This error is generated client-
+ * side.
+ */
+ TALER_EC_KEYS_INVALID = 1903,
+
+ /**
* The backend could not find the merchant instance specified in the
* request. This response is provided with HTTP status code
* #MHD_HTTP_NOT_FOUND.