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 b89f3da..451e768 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2204,6 +2204,11 @@ Name: WALLET_CORE_API_OPERATION_UNKNOWN
2204Description: The wallet does not support the operation requested by a client. 2204Description: The wallet does not support the operation requested by a client.
2205HttpStatus: 0 2205HttpStatus: 0
2206 2206
2207Value: 7008
2208Name: WALLET_INVALID_TALER_PAY_URI
2209Description: The given taler://pay URI is invalid.
2210HttpStatus: 0
2211
2207Value: 7010 2212Value: 7010
2208Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE 2213Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE
2209Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress. 2214Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress.