aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-11-12 15:11:29 +0100
committerChristian Grothoff <grothoff@gnunet.org>2021-11-12 15:11:29 +0100
commit478c0bd987c8c1135e5691c31abaa3f4ddce6f24 (patch)
tree9058b5aea7423aac1920111d04847050bf4f1deb
parentfbd2bf1c8a39ff334b2ae52d7be44416490848bd (diff)
downloadgana-478c0bd987c8c1135e5691c31abaa3f4ddce6f24.tar.gz
gana-478c0bd987c8c1135e5691c31abaa3f4ddce6f24.zip
need secmod timeout EC code
-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 de70812..f9a91ae 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -262,6 +262,11 @@ Name: EXCHANGE_GENERIC_DENOMINATION_REVOKED
262Description: Denomination key of the coin has been revoked. 262Description: Denomination key of the coin has been revoked.
263HttpStatus: 410 263HttpStatus: 410
264 264
265Value: 1011
266Name: EXCHANGE_GENERIC_SECMOD_TIMEOUT
267Description: An operation where the exchange interacted with a security module timed out.
268HttpStatus: 500
269
265Value: 1100 270Value: 1100
266Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND 271Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND
267Description: The exchange did not find information about the specified transaction in the database. 272Description: The exchange did not find information about the specified transaction in the database.