From 71d0aab4e2659e9026c79d63c3126ac8552af7b6 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 31 Jan 2019 15:09:57 +0100 Subject: new error code --- src/include/taler_error_codes.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index fc815cf60..0a3b5150a 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -926,6 +926,13 @@ enum TALER_ErrorCode */ TALER_EC_CONTRACT_INSTANCE_UNKNOWN = 2000, + /** + * The frontend specified two different instances within + * the same order: one in the top level, and the other one + * within the 'merchant' object. + */ + TALER_EC_CONTRACT_INSTANCE_INCONSISTENT = 2001, + /** * The exchange failed to provide a meaningful response * to a /deposit request. This response is provided -- cgit v1.2.3