aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-06 20:23:00 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-06 20:23:00 +0200
commitc1dc2dc975742c929a523c22d91f7d4f82787230 (patch)
tree4a860d2fdf132020e4ce7d9f89ef87ba92db940d
parentc4142e681a0921c186fe4a413840c2b884e8247d (diff)
downloadgana-c1dc2dc975742c929a523c22d91f7d4f82787230.tar.gz
gana-c1dc2dc975742c929a523c22d91f7d4f82787230.zip
need more ECs
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index ba7c543..696b74d 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -72,6 +72,11 @@ Name: GENERIC_UNEXPECTED_REQUEST_ERROR
72Description: The client made a request to a service, but received an error response it does not know how to handle. 72Description: The client made a request to a service, but received an error response it does not know how to handle.
73HttpStatus: 0 73HttpStatus: 0
74 74
75Value: 16
76Name: GENERIC_TOKEN_PERMISSION_INSUFFICIENT
77Description: The token used by the client to authorize the request does not grant the required permissions for the request.
78HttpStatus: 403
79
75# Fundamental client-side protocol problems (20-29) 80# Fundamental client-side protocol problems (20-29)
76# (fundamental: cannot be helped, client is very broken) 81# (fundamental: cannot be helped, client is very broken)
77 82