gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit a11fa86f7535e8b689aa3a3950fa6e54646c4c80
parent c12314df0f82e192c6829a9c6cf3e9663b586da1
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Sun, 23 Jan 2022 20:27:19 +0100

added EC for age restriction during reveal

Diffstat:
Mgnu-taler-error-codes/registry.rec | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -494,6 +494,17 @@ Name: EXCHANGE_REFRESHES_REVEAL_OPERATION_INVALID Description: Operation specified invalid for this endpoint. HttpStatus: 400 +Value: 1364 +NAME: EXCHANGE_REFRESHES_REVEAL_AGE_RESTRICTION_NOT_SUPPORTED +Description: The client provided age commitment data, but age restriction is not supported on this server. +HttpStatus: 400 + +Value: 1365 +NAME: EXCHANGE_REFRESHES_REVEAL_AGE_RESTRICTION_COMMITMENT_INVALID +Description: The client provided invalid age commitment data: missing, not an array, or array of invalid size. +HttpStatus: 400 + + Value: 1400 Name: EXCHANGE_LINK_COIN_UNKNOWN Description: The coin specified in the link request is unknown to the exchange.