aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-12 11:19:06 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-12 11:19:06 +0200
commit9c337d80612469951aac8ab0c1ff02c00336a26c (patch)
treeef1a36c44caa65598556ac5fd342b13c1a8ea5c3
parentf2babbbdd477eeafb17292e16f335226ea02cb6a (diff)
downloadgana-9c337d80612469951aac8ab0c1ff02c00336a26c.tar.gz
gana-9c337d80612469951aac8ab0c1ff02c00336a26c.zip
-new ECs
-rw-r--r--gnu-taler-error-codes/registry.rec17
1 files changed, 14 insertions, 3 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 9db2e8a..15385e0 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -913,15 +913,26 @@ Description: The signature using the reserve key is invalid.
913HttpStatus: 400 913HttpStatus: 400
914 914
915Value: 1878 915Value: 1878
916Name: EXCHANGE_PURSE_MERGE_WAD_FEE_EXCEEDS_PURSE_VALUE 916Name: EXCHANGE_PURSE_NOT_FULL
917Description: The amount in the purse is lower than the wad fee. 917Description: The targeted purse is not yet full and thus cannot be merged. Retrying the request later may succeed. FIXME-Dold: better status code?
918HttpStatus: 400 918HttpStatus: 409
919 919
920Value: 1879 920Value: 1879
921Name: EXCHANGE_PURSE_MERGE_EXCHANGE_SIGNATURE_INVALID 921Name: EXCHANGE_PURSE_MERGE_EXCHANGE_SIGNATURE_INVALID
922Description: The signature from the exchange over the confirmation is invalid. 922Description: The signature from the exchange over the confirmation is invalid.
923HttpStatus: 0 923HttpStatus: 0
924 924
925Value: 1880
926Name: EXCHANGE_MERGE_PURSE_PARTNER_UNKNOWN
927Description: The exchange of the target account is not a partner of this exchange.
928HttpStatus: 400
929
930Value: 1881
931Name: EXCHANGE_PURSE_MERGE_WAD_FEE_EXCEEDS_PURSE_VALUE
932Description: The amount in the purse is lower than the wad fee. So the request was accepted, but no transfer is expected to take place. FIXME-DOLD: good HTTP status?
933HttpStatus: 202
934
935
925 936
926Value: 1900 937Value: 1900
927Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID 938Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID