commit 71d0aab4e2659e9026c79d63c3126ac8552af7b6 parent 7b6488d7d77e5da3e7aab886b1d08f842e1c84d2 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Thu, 31 Jan 2019 15:09:57 +0100 new error code Diffstat:
| M | src/include/taler_error_codes.h | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h @@ -927,6 +927,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 * with HTTP status code MHD_HTTP_SERVICE_UNAVAILABLE.