From e1ec7fc53c37b2c95454be49ac3b1a3f4d61627b Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 13 Feb 2019 16:39:46 +0100 Subject: new bank error code --- src/include/taler_error_codes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 1e942ec8a..cd8852ac7 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -1787,6 +1787,12 @@ enum TALER_ErrorCode */ TALER_EC_BANK_ADD_INCOMING_JSON_INVALID = 5106, + /** + * The client tried a /admin/add/incoming request by using + * a currency different from the one the bank operates with. + */ + TALER_EC_BANK_ADD_INCOMING_CURRENCY_MISMATCH = 5111, + /** * The client failed to login for /admin/add/incoming. To be returned * along HTTP 401 Unauthorized. -- cgit v1.2.3