aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu-taler-db-events/registry.rec5
-rw-r--r--gnu-taler-error-codes/registry.rec7
2 files changed, 5 insertions, 7 deletions
diff --git a/gnu-taler-db-events/registry.rec b/gnu-taler-db-events/registry.rec
index 800ed8a..3df9b15 100644
--- a/gnu-taler-db-events/registry.rec
+++ b/gnu-taler-db-events/registry.rec
@@ -98,11 +98,6 @@ Value: 1110
98Name: MERCHANT_EXCHANGE_KEYS 98Name: MERCHANT_EXCHANGE_KEYS
99Description: Event triggered when we downloaded "/keys" from an exchange and stored it in the database. Extra argument must be the exchange base URL. 99Description: Event triggered when we downloaded "/keys" from an exchange and stored it in the database. Extra argument must be the exchange base URL.
100 100
101Value: 1111
102Name: MERCHANT_EXCHANGE_WIRE
103Description: Event triggered when we downloaded "/wire" from an exchange and stored it in the database. Extra argument must be the exchange base URL.
104
105
106 101
107# 2000-2099: For Anastasis 102# 2000-2099: For Anastasis
108 103
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 696b74d..48fbc11 100644
--- 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.
140HttpStatus: 413 140HttpStatus: 413
141 141
142 142
143# 40-49: available for future use 143# 40-49: access control issues
144 144Value: 40
145Name: GENERIC_UNAUTHORIZED
146Description: The service refused the request due to lack of proper authorization.
147HttpStatus: 401
145 148
146 149
147# Server-side database problems (50-59) 150# Server-side database problems (50-59)