commit 84a6023656a0acc8598950a65351a5d3526e84ae parent 6503b13591e9ffd0600532302c06836e2ac89326 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 31 Jan 2023 15:33:17 +0100 new error codes for #7607 Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git 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 Description: The request is invalid: the wire deadline for the order would be "never". HttpStatus: 400 +Value: 2507 +Name: MERCHANT_PRIVATE_POST_ORDERS_PAY_DEADLINE_IN_PAST +Description: The request is invalid: a payment deadline was given, but it is in the past. +HttpStatus: 400 + +Value: 2508 +Name: MERCHANT_PRIVATE_POST_ORDERS_REFUND_DEADLINE_IN_PAST +Description: The request is invalid: a refund deadline was given, but it is in the past. +HttpStatus: 400 + Value: 2510 Name: MERCHANT_PRIVATE_PATCH_ORDERS_ID_FORGET_PATH_SYNTAX_INCORRECT Description: One of the paths to forget is malformed.