aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu-taler-error-codes/registry.rec15
1 files changed, 15 insertions, 0 deletions
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
596Description: A signature in the server's response was malformed. 596Description: A signature in the server's response was malformed.
597HttpStatus: 0 597HttpStatus: 0
598 598
599Value: 1651
600Name: EXCHANGE_WIRE_NO_ACCOUNTS_CONFIGURED
601Description: No bank accounts are enabled for the exchange. The administrator should `enable-account` using the taler-exchange-offline tool.
602HttpStatus: 500
603
604Value: 1652
605Name: EXCHANGE_WIRE_INVALID_PAYTO_CONFIGURED
606Description: The payto:// URI stored in the exchange database for its bank account is malformed.
607HttpStatus: 500
608
609Value: 1653
610Name: EXCHANGE_WIRE_FEES_NOT_CONFIGURED
611Description: 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.
612HttpStatus: 500
613
599 614
600Value: 1700 615Value: 1700
601Name: EXCHANGE_DENOMINATION_HELPER_UNAVAILABLE 616Name: EXCHANGE_DENOMINATION_HELPER_UNAVAILABLE