aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-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