summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-09 14:39:06 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-09 14:39:06 +0100
commitc328d745a358f775f632e7145d06599ff15bc57e (patch)
treedc0f0d6b6202ec9dcb15d2087e3a67847ffcbcae
parenteab7bb76677d63f5e6e6b88398472471d7b143c3 (diff)
downloadexchange-c328d745a358f775f632e7145d06599ff15bc57e.tar.gz
exchange-c328d745a358f775f632e7145d06599ff15bc57e.tar.bz2
exchange-c328d745a358f775f632e7145d06599ff15bc57e.zip
Error code for /map/in (imported by merchant backend)
-rw-r--r--src/include/taler_error_codes.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 6e6614579..1c02440c8 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -993,7 +993,6 @@ enum TALER_ErrorCode
*/
TALER_EC_HISTORY_DB_FETCH_ERROR = 2201,
-
/**
* We failed to contact the exchange for the /track/transaction
* request. This response is provided with HTTP status code
@@ -1133,6 +1132,12 @@ enum TALER_ErrorCode
*/
TALER_EC_TRACK_TRANSFER_CONFLICTING_REPORTS = 2408,
+ /**
+ * The hash provided in the request of /map/in does not match
+ * the contract sent alongside in the same request.
+ */
+ TALER_EC_MAP_IN_UNMATCHED_HASH = 2500
+
/* ********** /test API error codes ************* */
/**