diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-01-31 15:09:57 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-01-31 15:09:57 +0100 |
commit | 71d0aab4e2659e9026c79d63c3126ac8552af7b6 (patch) | |
tree | 90b2a34502d0140662cdf6a4617041f6abefe5f8 /src/include/taler_error_codes.h | |
parent | 7b6488d7d77e5da3e7aab886b1d08f842e1c84d2 (diff) |
new error code
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r-- | src/include/taler_error_codes.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ -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. |