commit 1e5905c3db1181f528c6e2057b8673ac8fcbfe30 parent 67b3b4f4fdab1de6681dc76645cabf1fbe0f0cf3 Author: Christian Grothoff <grothoff@gnunet.org> Date: Mon, 26 Jan 2026 06:17:49 +0100 add more specific error codes Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1749,6 +1749,11 @@ Name: MERCHANT_GENERIC_SESSION_UNKNOWN Description: The session ID provided to the backend is not known to the backend. HttpStatus: 404 +Value: 2039 +Name: MERCHANT_GENERIC_DONAU_CHARITY_UNKNOWN +Description: The merchant does not have a charity associated with the selected Donau. As a result, it cannot generate the requested donation receipt. This could happen if the charity was removed from the backend between order creation and payment. +HttpStatus: 404 +