commit 1f6b5869d0c1191def8796c80e01ccbbd71facb2 parent 0fbf12f6ab0ed97af386c839810e3f64baa0897d Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 25 Mar 2026 23:27:07 +0100 missing ECs Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 15 | +++++++++++++++ |
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1763,6 +1763,21 @@ Name: MERCHANT_GENERIC_EXPECTED_TRANSFER_UNKNOWN Description: The merchant does not expect any transfer with the given ID and can thus not return any details about it. HttpStatus: 404 +Value: 2041 +Name: MERCHANT_GENERIC_DONAU_UNKNOWN +Description: The Donau is not known to the backend. +HttpStatus: 404 + +Value: 2042 +Name: MERCHANT_GENERIC_ACCESS_TOKEN_UNKNOWN +Description: The access token is not known to the backend. +HttpStatus: 404 + +Value: 2048 +Name: MERCHANT_GENERIC_NO_TYPST_OR_PDFTK +Description: One of the binaries needed to generate the PDF is not installed. If this feature is required, the system administrator should make sure Typst and pdftk are both installed. +HttpStatus: 501 +