From 541b3d092e30ef310cac816e260241c09a19b11c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 11 Aug 2021 21:34:34 +0200 Subject: new ECs --- gnu-taler-error-codes/registry.rec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 6815ec6..0ce9133 100644 --- 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 -- cgit v1.2.3