aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-24 12:41:13 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-24 12:41:13 +0200
commit4e638bc0ae8407bef28c533d42a4c750caa0a9d1 (patch)
treee99a6eca46d62cadff9e42ed2ff6f756b248e7e3
parent5980339e7bf797e0cc90fb65bd1a78a442d253f3 (diff)
downloadgana-4e638bc0ae8407bef28c533d42a4c750caa0a9d1.tar.gz
gana-4e638bc0ae8407bef28c533d42a4c750caa0a9d1.zip
-more token status codes
-rw-r--r--gnu-taler-error-codes/registry.rec15
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index d773ef8..ef29964 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -146,6 +146,21 @@ Name: GENERIC_UNAUTHORIZED
146Description: The service refused the request due to lack of proper authorization. 146Description: The service refused the request due to lack of proper authorization.
147HttpStatus: 401 147HttpStatus: 401
148 148
149Value: 41
150Name: GENERIC_TOKEN_UNKNOWN
151Description: The service refused the request as the given authorization token is unknown.
152HttpStatus: 401
153
154Value: 42
155Name: GENERIC_TOKEN_EXPIRED
156Description: The service refused the request as the given authorization token expired.
157HttpStatus: 401
158
159Value: 43
160Name: GENERIC_TOKEN_MALFORMED
161Description: The service refused the request as the given authorization token is malformed.
162HttpStatus: 401
163
149 164
150# Server-side database problems (50-59) 165# Server-side database problems (50-59)
151 166