aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-05 11:35:41 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-05 11:35:41 +0200
commit313216ee11fe604d39ea5f1b71b1ad96a60391d9 (patch)
tree9889cd640a6154356661ccd2370da1ae18df4aef /gnu-taler-error-codes/registry.rec
parent17fea6fe068f3aa007b2efd1d7e7e3fc7d7b2e1d (diff)
downloadgana-313216ee11fe604d39ea5f1b71b1ad96a60391d9.tar.gz
gana-313216ee11fe604d39ea5f1b71b1ad96a60391d9.zip
-another EC
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec15
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 705a87d..ad26bb7 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -331,6 +331,11 @@ Name: EXCHANGE_GENERIC_AMOUNT_EXCEEDS_DENOMINATION_VALUE
331Description: The specified amount for the coin is higher than the value of the denomination of the coin. 331Description: The specified amount for the coin is higher than the value of the denomination of the coin.
332HttpStatus: 400 332HttpStatus: 400
333 333
334Value: 1022
335Name: EXCHANGE_GENERIC_GLOBAL_FEES_MISSING
336Description: The exchange was not properly configured with global fees.
337HttpStatus: 500
338
334 339
335 340
336Value: 1100 341Value: 1100
@@ -878,6 +883,16 @@ Name: EXCHANGE_PURSE_DEPOSIT_CONFLICTING_META_DATA
878Description: The coin was previously deposited with different meta data. 883Description: The coin was previously deposited with different meta data.
879HttpStatus: 409 884HttpStatus: 409
880 885
886Value: 1859
887Name: EXCHANGE_PURSE_ECONTRACT_CONFLICTING_META_DATA
888Description: The encrypted contract was previously uploaded with different meta data.
889HttpStatus: 409
890
891Value: 1860
892Name: EXCHANGE_CREATE_PURSE_NEGATIVE_VALUE_AFTER_FEE
893Description: The deposited amount is less than the purse fee.
894HttpStatus: 400
895
881 896
882Value: 1900 897Value: 1900
883Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID 898Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID