aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-17 10:52:45 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-17 10:52:45 +0200
commit45da8072036c16d1f7cd39f85d8e293069ab6482 (patch)
treeffec3f2965076a8cccc17307a5e847a519bc46e9
parent6845c272d5a8c21ca3e22dc7c36c6a320408950f (diff)
downloadgana-45da8072036c16d1f7cd39f85d8e293069ab6482.tar.gz
gana-45da8072036c16d1f7cd39f85d8e293069ab6482.zip
new EC
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 48fbc11..bc08beb 100644
--- 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
341Description: The number of denominations specified in the request exceeds the limit of the exchange. 341Description: The number of denominations specified in the request exceeds the limit of the exchange.
342HttpStatus: 400 342HttpStatus: 400
343 343
344Value: 1019
345Name: EXCHANGE_GENERIC_COIN_UNKNOWN
346Description: The coin is not known to the exchange (yet).
347HttpStatus: 404
348
344Value: 1020 349Value: 1020
345Name: EXCHANGE_GENERIC_CLOCK_SKEW 350Name: EXCHANGE_GENERIC_CLOCK_SKEW
346Description: The time at the server is too far off from the time specified in the request. Most likely the client system time is wrong. 351Description: The time at the server is too far off from the time specified in the request. Most likely the client system time is wrong.