gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 6d23e89993494bb7c1b638e896913b17025456f5
parent 6c84f8df17e61d283f6957e1ff3eb3d21e31783c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 19 Apr 2026 23:07:46 +0200

add Paivana ECs

Diffstat:
Mgnu-taler-error-codes/registry.rec | 34+++++++++++++++++++++++++++++++++-
1 file changed, 33 insertions(+), 1 deletion(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -3737,7 +3737,7 @@ Name: TALDIR_REGISTER_RATE_LIMITED Description: Number of allowed attempts for initiating a challenge exceeded. HttpStatus: 429 -# 9750-9999: Challenger +# 9750-9800: Challenger Value: 9750 Name: CHALLENGER_GENERIC_CLIENT_UNKNOWN Description: The client is unknown or unauthorized. @@ -3793,6 +3793,38 @@ Name: CHALLENGER_CLIENT_FORBIDDEN_READ_ONLY Description: The client is not allowed to change the address being validated. HttpStatus: 403 +# 9800-9850: Paivana +Value: 9800 +Name: PAIVANA_PAYMENT_MISSING +Description: The request is invalid as the specified order is unpaid. The client should only call this endpoint after paying the order. +HttpStatus: 400 + +Value: 9801 +Name: PAIVANA_BACKEND_REFUSED +Description: The merchant backend refused our request to check the payment status. The backend is either down or Paivana is configured badly. The system administrator should check the logs. +HttpStatus: 502 + +Value: 9802 +Name: PAIVANA_ORDER_UNKNOWN +Description: The order specified in the request is unknown to the backend. The client must instantiate the Paivana template first and pay the order before calling this endpoint. +HttpStatus: 404 + +Value: 9803 +Name: PAIVANA_BACKEND_ERROR +Description: The merchant backend returned an unexpected status code. This is probably a protocol incompatibility that should be reported to the developers. +HttpStatus: 500 + +Value: 9804 +Name: PAIVANA_GET_ORDER_FAILED +Description: Paivana failed to initialize the request to check the payment status. This should never happen. The system administrator should consult the logs. +HttpStatus: 500 + +Value: 9805 +Name: PAIVANA_WRONG_ORDER +Description: The specified order does not match the specified Website or nonce and thus the order is invalid for the given request. Clients should pay for the correct order for access to the resource. +HttpStatus: 409 + + # Some of our build systems expect the range to be < 10k, so let's keep it like this for now. Value: 9999