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 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.