aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 99fe34b..4961f25 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2244,6 +2244,11 @@ Name: WALLET_INVALID_TALER_PAY_URI
2244Description: The given taler://pay URI is invalid. 2244Description: The given taler://pay URI is invalid.
2245HttpStatus: 0 2245HttpStatus: 0
2246 2246
2247Value: 7009
2248Name: WALLET_EXCHANGE_COIN_SIGNATURE_INVALID
2249Description: The signature on a coin by the exchange's denomination key is invalid after unblinding it.
2250HttpStatus: 0
2251
2247Value: 7010 2252Value: 7010
2248Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE 2253Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE
2249Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress. 2254Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress.