aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2023-02-24 11:46:01 -0500
committerpriscilla <priscilla.huang@efrei.net>2023-02-24 11:46:01 -0500
commit233cb2d8783804719d280db2c85431a03b91faa4 (patch)
tree7b5d4a740867e474af2831e00aee16d01908b4c3 /gnu-taler-error-codes
parente558e788c0372e72b6d96aa5adec3294a0f94160 (diff)
parenta0d0e3859eed0f712d9132ed59e65c2d87c31361 (diff)
downloadgana-233cb2d8783804719d280db2c85431a03b91faa4.tar.gz
gana-233cb2d8783804719d280db2c85431a03b91faa4.zip
Merge branch 'master' of git+ssh://git.gnunet.org/gana
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec11
1 files changed, 10 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 0b0005c..52003df 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2270,8 +2270,13 @@ Name: WALLET_PEER_PULL_PAYMENT_INSUFFICIENT_BALANCE
2270Description: The wallet does not have sufficient balance to pay for an invoice. 2270Description: The wallet does not have sufficient balance to pay for an invoice.
2271HttpStatus: 0 2271HttpStatus: 0
2272 2272
2273Value: 7029
2274Name: WALLET_REFRESH_GROUP_INCOMPLETE
2275Description: A group of refresh operations has errors and will be tried again later.
2276HttpStatus: 0
2277
2273 2278
2274# 8000 - 8999: Reserved for Anastasis 2279# 8000 - 8499: Reserved for Anastasis
2275 2280
2276Value: 8000 2281Value: 8000
2277Name: ANASTASIS_GENERIC_BACKEND_TIMEOUT 2282Name: ANASTASIS_GENERIC_BACKEND_TIMEOUT
@@ -2613,6 +2618,8 @@ Name: ANASTASIS_REDUCER_PROVIDERS_ALREADY_SYNCED
2613Description: The reducer already synchronized with all providers. 2618Description: The reducer already synchronized with all providers.
2614HttpStatus: 0 2619HttpStatus: 0
2615 2620
2621# 8500 - 9000: Frosix
2622
2616 2623
2617# 9000 - 9599: LibEuFin. 2624# 9000 - 9599: LibEuFin.
2618 2625
@@ -2647,6 +2654,8 @@ Name: TALDIR_REGISTER_RATE_LIMITED
2647Description: Number of allowed attempts for initiating a challenge exceeded. 2654Description: Number of allowed attempts for initiating a challenge exceeded.
2648HttpStatus: 429 2655HttpStatus: 429
2649 2656
2657
2658
2650# Some of our build systems expect the range to be < 10k, so let's keep it like this for now. 2659# Some of our build systems expect the range to be < 10k, so let's keep it like this for now.
2651Value: 9999 2660Value: 9999
2652Name: END 2661Name: END