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 4961f25..81a6023 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2254,6 +2254,11 @@ Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE
2254Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress. 2254Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress.
2255HttpStatus: 404 2255HttpStatus: 404
2256 2256
2257Value: 7011
2258Name: WALLET_CORE_NOT_AVAILABLE
2259Description: The wallet core service is not available.
2260HttpStatus: 0
2261
2257Value: 9999 2262Value: 9999
2258Name: END 2263Name: END
2259Description: End of error code range. 2264Description: End of error code range.