From b06e314dbb8ec79bf440ebd9c01b895d741cba71 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 10 Mar 2017 17:43:27 +0100 Subject: Adding new error code. --- src/include/taler_error_codes.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/taler_error_codes.h') 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 @@ -1179,6 +1179,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. -- cgit v1.2.3