commit 6845c272d5a8c21ca3e22dc7c36c6a320408950f parent c9bda21875ea1775f88b71de735d527132e45922 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 13 Sep 2023 12:07:27 +0200 new EC for 401 issues Diffstat:
| M | gnu-taler-db-events/registry.rec | | | 5 | ----- |
| M | gnu-taler-error-codes/registry.rec | | | 7 | +++++-- |
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu-taler-db-events/registry.rec b/gnu-taler-db-events/registry.rec @@ -98,11 +98,6 @@ Value: 1110 Name: MERCHANT_EXCHANGE_KEYS Description: Event triggered when we downloaded "/keys" from an exchange and stored it in the database. Extra argument must be the exchange base URL. -Value: 1111 -Name: MERCHANT_EXCHANGE_WIRE -Description: Event triggered when we downloaded "/wire" from an exchange and stored it in the database. Extra argument must be the exchange base URL. - - # 2000-2099: For Anastasis diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -140,8 +140,11 @@ Description: The body is too large to be permissible for the endpoint. HttpStatus: 413 -# 40-49: available for future use - +# 40-49: access control issues +Value: 40 +Name: GENERIC_UNAUTHORIZED +Description: The service refused the request due to lack of proper authorization. +HttpStatus: 401 # Server-side database problems (50-59)