summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-04 14:20:42 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-04 14:20:42 +0100
commit1244bcf3a6329f8327e40b74e858da5890891130 (patch)
tree7c36124e93d79a479b9ab9cddc201438a1d38433 /src
parent443925caa94f3607c0b71061657da5847bf669f2 (diff)
downloadexchange-1244bcf3a6329f8327e40b74e858da5890891130.tar.gz
exchange-1244bcf3a6329f8327e40b74e858da5890891130.tar.bz2
exchange-1244bcf3a6329f8327e40b74e858da5890891130.zip
Adding error code for conflicting /track/transfer
Diffstat (limited to 'src')
-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 7e496a564..4fa2b0c9d 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1072,6 +1072,13 @@ enum TALER_ErrorCode
*/
TALER_EC_TRACK_TRANSFER_DB_INTERNAL_LOGIC_ERROR = 2407,
+ /**
+ * The exchange gave conflicting information about a coin which has
+ * been wire transferred.
+ * The response is
+ * provided with HTTP status code MHD_HTTP_INTERNAL_SERVER_ERROR.
+ */
+ TALER_EC_TRACK_TRANSFER_CONFLICTING_REPORT = 2408,
/* ********** /test API error codes ************* */