summaryrefslogtreecommitdiff
path: root/src/include/taler_error_codes.h
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-10 17:43:27 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-10 17:43:27 +0100
commitb06e314dbb8ec79bf440ebd9c01b895d741cba71 (patch)
treecca9329a0c7feff865e235837b4c9a313d7cf9cf /src/include/taler_error_codes.h
parent5f5babca93b915b4c957d1011248cbfdac41313a (diff)
downloadexchange-b06e314dbb8ec79bf440ebd9c01b895d741cba71.tar.gz
exchange-b06e314dbb8ec79bf440ebd9c01b895d741cba71.tar.bz2
exchange-b06e314dbb8ec79bf440ebd9c01b895d741cba71.zip
Adding new error code.
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r--src/include/taler_error_codes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index c8a030fac..817dd0eff 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1180,6 +1180,11 @@ enum TALER_ErrorCode
TALER_EC_TRACK_TRANSFER_CONFLICTING_REPORTS = 2408,
/**
+ * The merchant backend had problems in creating the JSON response.
+ */
+ TALER_EC_TRACK_TRANSFER_JSON_RESPONSE_ERROR = 2409,
+
+ /**
* The hash provided in the request of /map/in does not match
* the contract sent alongside in the same request.
*/