commit 62ee6de093f17ac8592ba35b35aadc35012fc3fe
parent 0ae865b7772276919d340db3b4e8ae49e91f0690
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 26 Dec 2025 22:52:39 +0100
more ECs
Diffstat:
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -275,6 +275,12 @@ Name: GENERIC_FEATURE_NOT_IMPLEMENTED
Description: The requested feature is not implemented by the server. The system administrator of the server may try to update the software or build it with other options to enable the feature.
HttpStatus: 501
+Value: 77
+Name: GENERIC_OS_RESOURCE_ALLOCATION_FAILURE
+Description: The operating system failed to allocate required resources. Restarting services periodically can help, especially if Postgres is using excessive amounts of memory. Check with the system administrator to investigate.
+HttpStatus: 500
+
+
# 80-99: available for future use
@@ -1723,6 +1729,11 @@ Name: MERCHANT_GENERIC_REPORT_UNKNOWN
Description: The report ID provided to the backend is not known to the backend.
HttpStatus: 404
+Value: 2035
+Name: MERCHANT_GENERIC_REPORT_GENERATOR_UNCONFIGURED
+Description: The report ID provided to the backend is not known to the backend.
+HttpStatus: 501
+
# 2100-2499: public API
@@ -2256,7 +2267,7 @@ Description: A token family referenced in this order is either expired or not va
HttpStatus: 409
-# 2550-2599: transfer operations
+# 2550-2569: transfer operations
Value: 2550
Name: MERCHANT_PRIVATE_POST_TRANSFERS_EXCHANGE_UNKNOWN
@@ -2309,6 +2320,17 @@ Description: The amount transferred differs between what was submitted and what
HttpStatus: 0
+Value: 2570
+Name: MERCHANT_REPORT_GENERATOR_FAILED
+Description: The report ID provided to the backend is not known to the backend.
+HttpStatus: 501
+
+Value: 2571
+Name: MERCHANT_REPORT_FETCH_FAILED
+Description: Failed to fetch the data for the report from the backend.
+HttpStatus: 502
+
+
# 2600-2649: instance operations
Value: 2600