diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-02-13 16:39:46 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-02-13 16:39:46 +0100 |
commit | e1ec7fc53c37b2c95454be49ac3b1a3f4d61627b (patch) | |
tree | 06592da2432c253fb49bed07c649f479d3f87e1f | |
parent | c93c62e8d472fcd196246dbd536fc63f61be6735 (diff) |
new bank error code
-rw-r--r-- | src/include/taler_error_codes.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -1788,6 +1788,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. */ |