aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-02 12:27:44 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-02 12:27:44 +0200
commitb26070acff35f8ec68a299797d3de05ff5d234ac (patch)
treeed6fd2c4790f8facbc741c13c5d993909d9f8da1 /gnu-taler-error-codes
parent75a4076d0729ca39135077df666fd602c4f3692d (diff)
downloadgana-b26070acff35f8ec68a299797d3de05ff5d234ac.tar.gz
gana-b26070acff35f8ec68a299797d3de05ff5d234ac.zip
-obsolete: now super-generic version exists
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index c091110..daf1903 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -332,11 +332,6 @@ Name: EXCHANGE_GENERIC_NEW_DENOMS_ARRAY_SIZE_EXCESSIVE
332Description: The number of denominations specified in the request exceeds the limit of the exchange. 332Description: The number of denominations specified in the request exceeds the limit of the exchange.
333HttpStatus: 400 333HttpStatus: 400
334 334
335Value: 1019
336Name: EXCHANGE_GENERIC_RESERVE_PUB_MALFORMED
337Description: The reserve public key was malformed.
338HttpStatus: 400
339
340Value: 1020 335Value: 1020
341Name: EXCHANGE_GENERIC_CLOCK_SKEW 336Name: EXCHANGE_GENERIC_CLOCK_SKEW
342Description: The time at the server is too far off from the time specified in the request. Most likely the client system time is wrong. 337Description: The time at the server is too far off from the time specified in the request. Most likely the client system time is wrong.