aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-02 23:20:59 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-02 23:20:59 +0200
commitfa2259bd6824b2c739130218ca4316fb79addfbe (patch)
tree9500901962df6b4457aad9671855181d70767d88
parentd831c7f72a5030e20efb4ada7babc103ccd01fab (diff)
downloadgana-fa2259bd6824b2c739130218ca4316fb79addfbe.tar.gz
gana-fa2259bd6824b2c739130218ca4316fb79addfbe.zip
-new 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 acfb528..f59f42b 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1726,6 +1726,11 @@ Name: MERCHANT_PRIVATE_POST_ORDERS_REFUND_DEADLINE_IN_PAST
1726Description: The request is invalid: a refund deadline was given, but it is in the past. 1726Description: The request is invalid: a refund deadline was given, but it is in the past.
1727HttpStatus: 400 1727HttpStatus: 400
1728 1728
1729Value: 2509
1730Name: MERCHANT_PRIVATE_POST_ORDERS_NO_EXCHANGES_FOR_WIRE_METHOD
1731Description: The backend does not trust any exchange that would allow funds to be wired to any bank account of this instance using the selected wire method. Note that right now, we do not support the use of exchange bank accounts with mandatory currency conversion.
1732HttpStatus: 409
1733
1729Value: 2510 1734Value: 2510
1730Name: MERCHANT_PRIVATE_PATCH_ORDERS_ID_FORGET_PATH_SYNTAX_INCORRECT 1735Name: MERCHANT_PRIVATE_PATCH_ORDERS_ID_FORGET_PATH_SYNTAX_INCORRECT
1731Description: One of the paths to forget is malformed. 1736Description: One of the paths to forget is malformed.