commit cde967c36c2e57d65cc4e2529e9ee51571d87cb2 parent 7b0c5b926fdfabdb801f65da7718b9013ee7ada9 Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com> Date: Sun, 6 Sep 2026 11:38:41 +0200 new EC (dd98/fountains) Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 23 | +++++++++++++++++++++++ |
1 file changed, 23 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1791,6 +1791,11 @@ Name: MERCHANT_GENERIC_ACCESS_TOKEN_UNKNOWN Description: The access token is not known to the backend. HttpStatus: 404 +Value: 2043 +Name: MERCHANT_GENERIC_FOUNTAIN_UNKNOWN +Description: The fountain 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. @@ -2673,6 +2678,24 @@ Description: The webhook serial elready exists. HttpStatus: 409 +# 2950-2999: fountain operations (DD 98) + +Value: 2950 +Name: MERCHANT_POST_FOUNTAIN_WITHDRAW_GRANT_UNKNOWN +Description: A withdrawal entry refers to a token family without a matching grant in the fountain. +HttpStatus: 409 + +Value: 2951 +Name: MERCHANT_POST_FOUNTAIN_WITHDRAW_SLOT_OUTSIDE_WINDOW +Description: The desired token validity time selects an issue key slot outside of the grant's key window. +HttpStatus: 409 + +Value: 2952 +Name: MERCHANT_POST_FOUNTAIN_WITHDRAW_LIMIT_EXCEEDED +Description: The grant's per-period withdrawal limit is exhausted for the requested issue key slot. +HttpStatus: 429 + +