aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-23 18:14:50 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-23 18:15:00 +0530
commit495cc6858ce267fdf160585ad1d5ef9856f4e1d1 (patch)
tree32e6bfa08203b8f116e9900b028690fb88528c19 /gnu-taler-error-codes/registry.rec
parenta4f1ad6f6c27a874d2170beedf15bcba11323a62 (diff)
downloadgana-495cc6858ce267fdf160585ad1d5ef9856f4e1d1.tar.gz
gana-495cc6858ce267fdf160585ad1d5ef9856f4e1d1.zip
taler error code
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 454711b..86e30fe 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2189,6 +2189,11 @@ Name: WALLET_EXCHANGE_DENOMINATIONS_INSUFFICIENT
2189Description: The denominations offered by the exchange are insufficient. Likely the exchange is badly configured or not maintained. 2189Description: The denominations offered by the exchange are insufficient. Likely the exchange is badly configured or not maintained.
2190HttpStatus: 0 2190HttpStatus: 0
2191 2191
2192Value: 7007
2193Name: WALLET_CORE_API_OPERATION_UNKNOWN
2194Description: The wallet does not support the operation requested by a client.
2195HttpStatus: 0
2196
2192Value: 7010 2197Value: 7010
2193Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE 2198Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE
2194Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress. 2199Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress.