aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-31 15:33:17 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-31 15:33:17 +0100
commit84a6023656a0acc8598950a65351a5d3526e84ae (patch)
treec97d589cdff462fb0b433b3ea601e78c36d081c0
parent6503b13591e9ffd0600532302c06836e2ac89326 (diff)
downloadgana-84a6023656a0acc8598950a65351a5d3526e84ae.tar.gz
gana-84a6023656a0acc8598950a65351a5d3526e84ae.zip
new error codes for #7607
-rw-r--r--gnu-taler-error-codes/registry.rec10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 0fa6d30..8366e17 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1664,6 +1664,16 @@ Name: MERCHANT_PRIVATE_POST_ORDERS_WIRE_DEADLINE_IS_NEVER
1664Description: The request is invalid: the wire deadline for the order would be "never". 1664Description: The request is invalid: the wire deadline for the order would be "never".
1665HttpStatus: 400 1665HttpStatus: 400
1666 1666
1667Value: 2507
1668Name: MERCHANT_PRIVATE_POST_ORDERS_PAY_DEADLINE_IN_PAST
1669Description: The request is invalid: a payment deadline was given, but it is in the past.
1670HttpStatus: 400
1671
1672Value: 2508
1673Name: MERCHANT_PRIVATE_POST_ORDERS_REFUND_DEADLINE_IN_PAST
1674Description: The request is invalid: a refund deadline was given, but it is in the past.
1675HttpStatus: 400
1676
1667Value: 2510 1677Value: 2510
1668Name: MERCHANT_PRIVATE_PATCH_ORDERS_ID_FORGET_PATH_SYNTAX_INCORRECT 1678Name: MERCHANT_PRIVATE_PATCH_ORDERS_ID_FORGET_PATH_SYNTAX_INCORRECT
1669Description: One of the paths to forget is malformed. 1679Description: One of the paths to forget is malformed.