aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-20 15:13:46 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-20 15:13:46 +0530
commit44b5c2851e2325a751e31d062bb56df2830ba7bd (patch)
treefcb47bfa20a5c53a126ad06c26d66a206d926c85
parente854f478ca934ed66b0a4023d6d4896cf0469b9b (diff)
downloadgana-44b5c2851e2325a751e31d062bb56df2830ba7bd.tar.gz
gana-44b5c2851e2325a751e31d062bb56df2830ba7bd.zip
add Taler wallet ec
-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 956e139..6b70144 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2154,6 +2154,11 @@ HttpStatus: 404
2154 2154
2155# 7000 - 8000: Reserved for wallet 2155# 7000 - 8000: Reserved for wallet
2156 2156
2157Value: 7000
2158Name: WALLET_EXCHANGE_PROTOCOL_VERSION_INCOMPATIBLE
2159Description: The wallet does not implement a version of the exchange protocol that is compatible with the protocol version of the exchange.
2160HttpStatus: 501
2161
2157Value: 7010 2162Value: 7010
2158Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE 2163Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE
2159Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress. 2164Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress.