commit c1dc2dc975742c929a523c22d91f7d4f82787230 parent c4142e681a0921c186fe4a413840c2b884e8247d Author: Christian Grothoff <grothoff@gnunet.org> Date: Wed, 6 Sep 2023 20:23:00 +0200 need more ECs 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 @@ -72,6 +72,11 @@ Name: GENERIC_UNEXPECTED_REQUEST_ERROR Description: The client made a request to a service, but received an error response it does not know how to handle. HttpStatus: 0 +Value: 16 +Name: GENERIC_TOKEN_PERMISSION_INSUFFICIENT +Description: The token used by the client to authorize the request does not grant the required permissions for the request. +HttpStatus: 403 + # Fundamental client-side protocol problems (20-29) # (fundamental: cannot be helped, client is very broken)