commit 541b3d092e30ef310cac816e260241c09a19b11c parent bf9c1300eb2d35215ccfce6be73a51a6475d917e Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 11 Aug 2021 21:34:34 +0200 new ECs Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 15 | +++++++++++++++ |
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -596,6 +596,21 @@ Name: EXCHANGE_WIRE_SIGNATURE_INVALID Description: A signature in the server's response was malformed. HttpStatus: 0 +Value: 1651 +Name: EXCHANGE_WIRE_NO_ACCOUNTS_CONFIGURED +Description: No bank accounts are enabled for the exchange. The administrator should `enable-account` using the taler-exchange-offline tool. +HttpStatus: 500 + +Value: 1652 +Name: EXCHANGE_WIRE_INVALID_PAYTO_CONFIGURED +Description: The payto:// URI stored in the exchange database for its bank account is malformed. +HttpStatus: 500 + +Value: 1653 +Name: EXCHANGE_WIRE_FEES_NOT_CONFIGURED +Description: No wire fees are configured for an enabled wire method of the exchange. The administrator must set the `wire-fee` using the taler-exchange-offline tool. +HttpStatus: 500 + Value: 1700 Name: EXCHANGE_DENOMINATION_HELPER_UNAVAILABLE