gana

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

commit 45da8072036c16d1f7cd39f85d8e293069ab6482
parent 6845c272d5a8c21ca3e22dc7c36c6a320408950f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 17 Sep 2023 10:52:45 +0200

new EC

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

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -341,6 +341,11 @@ Name: EXCHANGE_GENERIC_NEW_DENOMS_ARRAY_SIZE_EXCESSIVE Description: The number of denominations specified in the request exceeds the limit of the exchange. HttpStatus: 400 +Value: 1019 +Name: EXCHANGE_GENERIC_COIN_UNKNOWN +Description: The coin is not known to the exchange (yet). +HttpStatus: 404 + Value: 1020 Name: EXCHANGE_GENERIC_CLOCK_SKEW Description: The time at the server is too far off from the time specified in the request. Most likely the client system time is wrong.