aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-13 14:51:46 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-13 14:51:46 +0530
commit66604465f19a21da5c9f24da5232020a753ebe1f (patch)
tree36ad7daa7921479ead82d0ed0edffe571748d689 /gnu-taler-error-codes/registry.rec
parentc36107f80f136f0a512e62c7b992ea18218280bb (diff)
downloadgana-66604465f19a21da5c9f24da5232020a753ebe1f.tar.gz
gana-66604465f19a21da5c9f24da5232020a753ebe1f.zip
wallet EC
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-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.