aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-01-23 20:27:19 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2022-01-23 20:27:19 +0100
commita11fa86f7535e8b689aa3a3950fa6e54646c4c80 (patch)
tree332a82cb905abf06bbc828b68ba32398759461bc /gnu-taler-error-codes/registry.rec
parentc12314df0f82e192c6829a9c6cf3e9663b586da1 (diff)
downloadgana-a11fa86f7535e8b689aa3a3950fa6e54646c4c80.tar.gz
gana-a11fa86f7535e8b689aa3a3950fa6e54646c4c80.zip
added EC for age restriction during reveal
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index b67f8f8..2fc31ca 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -494,6 +494,17 @@ Name: EXCHANGE_REFRESHES_REVEAL_OPERATION_INVALID
494Description: Operation specified invalid for this endpoint. 494Description: Operation specified invalid for this endpoint.
495HttpStatus: 400 495HttpStatus: 400
496 496
497Value: 1364
498NAME: EXCHANGE_REFRESHES_REVEAL_AGE_RESTRICTION_NOT_SUPPORTED
499Description: The client provided age commitment data, but age restriction is not supported on this server.
500HttpStatus: 400
501
502Value: 1365
503NAME: EXCHANGE_REFRESHES_REVEAL_AGE_RESTRICTION_COMMITMENT_INVALID
504Description: The client provided invalid age commitment data: missing, not an array, or array of invalid size.
505HttpStatus: 400
506
507
497Value: 1400 508Value: 1400
498Name: EXCHANGE_LINK_COIN_UNKNOWN 509Name: EXCHANGE_LINK_COIN_UNKNOWN
499Description: The coin specified in the link request is unknown to the exchange. 510Description: The coin specified in the link request is unknown to the exchange.