gana

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

commit acb9f1055b63e0e7463a765958c184be818a0407
parent 709319980f0af3a47886c044c5f85c0398f9381e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 26 Apr 2026 09:06:46 +0200

fix HTTP status codes

Diffstat:
Mgnu-taler-error-codes/registry.rec | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -3746,27 +3746,27 @@ HttpStatus: 404 Value: 9751 Name: CHALLENGER_GENERIC_CLIENT_FORBIDDEN_BAD_REDIRECT_URI Description: The client is not authorized to use the given redirect URI. -HttpStatus: 403 +HttpStatus: 401 Value: 9752 Name: CHALLENGER_HELPER_EXEC_FAILED Description: The service failed to execute its helper process to send the challenge. -HttpStatus: 500 +HttpStatus: 502 Value: 9753 Name: CHALLENGER_GRANT_UNKNOWN Description: The grant is unknown to the service (it could also have expired). -HttpStatus: 404 +HttpStatus: 401 Value: 9754 Name: CHALLENGER_CLIENT_FORBIDDEN_BAD_CODE Description: The code given is not even well-formed. -HttpStatus: 403 +HttpStatus: 401 Value: 9755 Name: CHALLENGER_GENERIC_VALIDATION_UNKNOWN Description: The service is not aware of the referenced validation process. -HttpStatus: 404 +HttpStatus: 401 Value: 9756 Name: CHALLENGER_CLIENT_FORBIDDEN_INVALID_CODE