commit 0f1eb8555b89056fe62e093211e53a1f9ba85d56
parent fd5f8ca01e319278ecdf7ee29df4ee4176f1e4c6
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 11 Apr 2021 14:16:29 +0200
need another EC for the merchant
Diffstat:
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -1051,6 +1051,11 @@ Name: MERCHANT_PRIVATE_POST_ORDERS_ALREADY_EXISTS
Description: The backend encountered an error: the proposal already exists.
HttpStatus: 409
+Value: 2504
+Name: MERCHANT_PRIVATE_POST_ORDERS_REFUND_AFTER_WIRE_DEADLINE
+Description: The request is invalid: the wire deadline is before the refund deadline.
+HttpStatus: 400
+
Value: 2510
Name: MERCHANT_PRIVATE_PATCH_ORDERS_ID_FORGET_PATH_SYNTAX_INCORRECT
Description: One of the paths to forget is malformed.
@@ -1766,10 +1771,6 @@ HttpStatus: 0
# 9000 - 9998: Unallocated.
-
-
-# 9000 - 9998: Unallocated.
-
Value: 9999
Name: END
Description: End of error code range.