aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes')
-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.