aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
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.