aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-02-20 18:57:16 +0100
committerFlorian Dold <florian@dold.me>2024-02-20 18:57:16 +0100
commit1f4d834d8a5f6d18d9d063926971d6c633988ab5 (patch)
treea8d0a2524d3cbe2024a1d41bac685c43e6e3f9bd /gnu-taler-error-codes
parent4728c9e60ce121f439b3db30cc08f06ff0beff71 (diff)
downloadgana-1f4d834d8a5f6d18d9d063926971d6c633988ab5.tar.gz
gana-1f4d834d8a5f6d18d9d063926971d6c633988ab5.zip
ec
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec5
-rw-r--r--gnu-taler-error-codes/taler_error_codes.rst8
2 files changed, 13 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index bc429fd..4222098 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2574,6 +2574,11 @@ Name: WALLET_EXCHANGE_ENTRY_USED
2574Description: An exchange entry is still used by the exchange, thus it can't be deleted without purging. 2574Description: An exchange entry is still used by the exchange, thus it can't be deleted without purging.
2575HttpStatus: 0 2575HttpStatus: 0
2576 2576
2577Value: 7034
2578Name: WALLET_DB_UNAVAILABLE
2579Description: The wallet database is unavailable and the wallet thus is not operational.
2580HttpStatus: 0
2581
2577# 8000 - 8499: Reserved for Anastasis 2582# 8000 - 8499: Reserved for Anastasis
2578 2583
2579Value: 8000 2584Value: 8000
diff --git a/gnu-taler-error-codes/taler_error_codes.rst b/gnu-taler-error-codes/taler_error_codes.rst
index 595d1de..52e6bbf 100644
--- a/gnu-taler-error-codes/taler_error_codes.rst
+++ b/gnu-taler-error-codes/taler_error_codes.rst
@@ -1948,6 +1948,14 @@ Entries
1948 - 7031 1948 - 7031
1949 - 0 (UNINITIALIZED) 1949 - 0 (UNINITIALIZED)
1950 - The order has already been paid by another wallet. 1950 - The order has already been paid by another wallet.
1951 * - WALLET_EXCHANGE_UNAVAILABLE
1952 - 7032
1953 - 0 (UNINITIALIZED)
1954 - An exchange that is required for some request is currently not available.
1955 * - WALLET_EXCHANGE_ENTRY_USED
1956 - 7033
1957 - 0 (UNINITIALIZED)
1958 - An exchange entry is still used by the exchange, thus it can't be deleted without purging.
1951 * - ANASTASIS_GENERIC_BACKEND_TIMEOUT 1959 * - ANASTASIS_GENERIC_BACKEND_TIMEOUT
1952 - 8000 1960 - 8000
1953 - 504 (GATEWAY_TIMEOUT) 1961 - 504 (GATEWAY_TIMEOUT)