commit 4e638bc0ae8407bef28c533d42a4c750caa0a9d1 parent 5980339e7bf797e0cc90fb65bd1a78a442d253f3 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 24 Sep 2023 12:41:13 +0200 -more token status codes Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 15 | +++++++++++++++ |
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -146,6 +146,21 @@ Name: GENERIC_UNAUTHORIZED Description: The service refused the request due to lack of proper authorization. HttpStatus: 401 +Value: 41 +Name: GENERIC_TOKEN_UNKNOWN +Description: The service refused the request as the given authorization token is unknown. +HttpStatus: 401 + +Value: 42 +Name: GENERIC_TOKEN_EXPIRED +Description: The service refused the request as the given authorization token expired. +HttpStatus: 401 + +Value: 43 +Name: GENERIC_TOKEN_MALFORMED +Description: The service refused the request as the given authorization token is malformed. +HttpStatus: 401 + # Server-side database problems (50-59)