aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-02 12:25:29 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-02 12:25:33 +0200
commit75a4076d0729ca39135077df666fd602c4f3692d (patch)
tree39c7356079c18859ff5e8031ce42bc5193980379 /gnu-taler-error-codes
parentbe8c49b80f2a234f628b5b4ee629d4283d3352f0 (diff)
downloadgana-75a4076d0729ca39135077df666fd602c4f3692d.tar.gz
gana-75a4076d0729ca39135077df666fd602c4f3692d.zip
-update ECs
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec25
1 files changed, 20 insertions, 5 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 92b32ff..c091110 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -109,6 +109,11 @@ Name: GENERIC_PARAMETER_MALFORMED
109Description: A parameter in the request was malformed. 109Description: A parameter in the request was malformed.
110HttpStatus: 400 110HttpStatus: 400
111 111
112Value: 27
113Name: GENERIC_RESERVE_PUB_MALFORMED
114Description: The reserve public key given as part of a /reserves/ endpoint was malformed.
115HttpStatus: 400
116
112 117
113# Circumstantial client-side protocol problems (30-39) 118# Circumstantial client-side protocol problems (30-39)
114# (Circumstantial == may work with another server, but not this one) 119# (Circumstantial == may work with another server, but not this one)
@@ -861,6 +866,21 @@ Name: EXCHANGE_RESERVES_RESERVE_MERGE_SIGNATURE_INVALID
861Description: The signature by the reserve affirming the merge is invalid. 866Description: The signature by the reserve affirming the merge is invalid.
862HttpStatus: 403 867HttpStatus: 403
863 868
869Value: 1785
870Name: EXCHANGE_RESERVES_OPEN_BAD_SIGNATURE
871Description: The signature by the reserve affirming the open operation is invalid.
872HttpStatus: 403
873
874Value: 1786
875Name: EXCHANGE_RESERVES_CLOSE_BAD_SIGNATURE
876Description: The signature by the reserve affirming the close operation is invalid.
877HttpStatus: 403
878
879Value: 1787
880Name: EXCHANGE_RESERVES_ATTEST_BAD_SIGNATURE
881Description: The signature by the reserve affirming the attestion request is invalid.
882HttpStatus: 403
883
864 884
865 885
866Value: 1800 886Value: 1800
@@ -1172,11 +1192,6 @@ Name: MERCHANT_GENERIC_HOLE_IN_WIRE_FEE_STRUCTURE
1172Description: The start and end-times in the wire fee structure leave a hole. This is not allowed. 1192Description: The start and end-times in the wire fee structure leave a hole. This is not allowed.
1173HttpStatus: 0 1193HttpStatus: 0
1174 1194
1175Value: 2002
1176Name: MERCHANT_GENERIC_RESERVE_PUB_MALFORMED
1177Description: The reserve key of given to a /reserves/ handler was malformed.
1178HttpStatus: 400
1179
1180Value: 2005 1195Value: 2005
1181Name: MERCHANT_GENERIC_ORDER_UNKNOWN 1196Name: MERCHANT_GENERIC_ORDER_UNKNOWN
1182Description: The proposal is not known to the backend. 1197Description: The proposal is not known to the backend.