aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-01-12 10:04:09 +0100
committerChristian Grothoff <christian@grothoff.org>2022-01-12 10:04:09 +0100
commitc12314df0f82e192c6829a9c6cf3e9663b586da1 (patch)
tree789e19397eb1445d0252dc7d1d32a5e4f94622bb
parente7f660a034084369e37b737a5ae48474626e1515 (diff)
downloadgana-c12314df0f82e192c6829a9c6cf3e9663b586da1.tar.gz
gana-c12314df0f82e192c6829a9c6cf3e9663b586da1.zip
need another 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 1ab1385..b67f8f8 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -292,6 +292,11 @@ Name: EXCHANGE_GENERIC_INVALID_DENOMINATION_CIPHER_FOR_OPERATION
292Description: The requested operation is not valid for the cipher used by the selected denomination. 292Description: The requested operation is not valid for the cipher used by the selected denomination.
293HttpStatus: 400 293HttpStatus: 400
294 294
295Value: 1017
296Name: EXCHANGE_GENERIC_CIPHER_MISMATCH
297Description: The provided arguments for the operation use inconsistent ciphers.
298HttpStatus: 400
299
295Value: 1100 300Value: 1100
296Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND 301Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND
297Description: The exchange did not find information about the specified transaction in the database. 302Description: The exchange did not find information about the specified transaction in the database.