aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
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 6b70144..1bd3140 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2159,6 +2159,11 @@ Name: 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. 2159Description: The wallet does not implement a version of the exchange protocol that is compatible with the protocol version of the exchange.
2160HttpStatus: 501 2160HttpStatus: 501
2161 2161
2162Value: 7001
2163Name: WALLET_UNEXPECTED_EXCEPTION
2164Description: The wallet encountered an unexpected exception. This is likely a bug in the wallet implementation.
2165HttpStatus: 500
2166
2162Value: 7010 2167Value: 7010
2163Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE 2168Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE
2164Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress. 2169Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress.