summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-09 12:18:56 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-09 12:19:09 +0100
commit59b12d2d80c01b1f029d2f32762e9b87a47ef5bb (patch)
treef54e9babfeeee203abbf336f013ca7cd90ff6836
parent1f8d6e1ac17b3eef84d48bf109a03f1d142c51ed (diff)
downloadexchange-59b12d2d80c01b1f029d2f32762e9b87a47ef5bb.tar.gz
exchange-59b12d2d80c01b1f029d2f32762e9b87a47ef5bb.tar.bz2
exchange-59b12d2d80c01b1f029d2f32762e9b87a47ef5bb.zip
fix #6015
-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 1fbae7afc..8183e3346 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1432,6 +1432,13 @@ enum TALER_ErrorCode
*/
TALER_EC_PROPOSAL_STORE_DB_ERROR_ALREADY_EXISTS = 2508,
+ /**
+ * The order provided to the backend uses an amount
+ * in a currency that does not match the backend's
+ * configuration.
+ * Returned as a bad request.
+ */
+ TALER_EC_PROPOSAL_ORDER_BAD_CURRENCY = 2509,
/**
* The frontend gave an unknown order id to issue the refund to.