aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-04-08 19:22:22 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-04-08 19:22:22 +0200
commit2dad91cfb329ca2ef8e2ff60608881302972a044 (patch)
tree49b5263aae3c4b881670175c4279194e1d5f9481 /gnu-taler-error-codes/registry.rec
parent313216ee11fe604d39ea5f1b71b1ad96a60391d9 (diff)
downloadgana-2dad91cfb329ca2ef8e2ff60608881302972a044.tar.gz
gana-2dad91cfb329ca2ef8e2ff60608881302972a044.zip
-new ECs
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec16
1 files changed, 15 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index ad26bb7..ec57e8d 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -16,7 +16,6 @@
16%unique: Name 16%unique: Name
17%mandatory: Name 17%mandatory: Name
18# A status of 0 means not an HTTP status (i.e. created client-side) 18# A status of 0 means not an HTTP status (i.e. created client-side)
19%typedef: HttpStatus_t range 0 599
20%type: HttpStatus rec HttpStatusCode 19%type: HttpStatus rec HttpStatusCode
21%mandatory: HttpStatus 20%mandatory: HttpStatus
22%sort: Value 21%sort: Value
@@ -893,6 +892,21 @@ Name: EXCHANGE_CREATE_PURSE_NEGATIVE_VALUE_AFTER_FEE
893Description: The deposited amount is less than the purse fee. 892Description: The deposited amount is less than the purse fee.
894HttpStatus: 400 893HttpStatus: 400
895 894
895Value: 1875
896Name: EXCHANGE_MERGE_PURSE_NOT_FOUND
897Description: The purse to be merged is not known.
898HttpStatus: 404
899
900Value: 1876
901Name: EXCHANGE_PURSE_MERGE_INVALID_MERGE_SIGNATURE
902Description: The signature using the merge key is invalid.
903HttpStatus: 400
904
905Value: 1877
906Name: EXCHANGE_PURSE_MERGE_INVALID_RESERVE_SIGNATURE
907Description: The signature using the reserve key is invalid.
908HttpStatus: 400
909
896 910
897Value: 1900 911Value: 1900
898Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID 912Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID