aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-11 14:16:29 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-11 14:16:29 +0200
commit0f1eb8555b89056fe62e093211e53a1f9ba85d56 (patch)
treebbd87205fb70a2bf1c90744f19b9213347c6937d
parentfd5f8ca01e319278ecdf7ee29df4ee4176f1e4c6 (diff)
downloadgana-0f1eb8555b89056fe62e093211e53a1f9ba85d56.tar.gz
gana-0f1eb8555b89056fe62e093211e53a1f9ba85d56.zip
need another EC for the merchant
-rw-r--r--gnu-taler-error-codes/registry.rec9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 54c46a2..0c9aada 100644
--- 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
1051Description: The backend encountered an error: the proposal already exists. 1051Description: The backend encountered an error: the proposal already exists.
1052HttpStatus: 409 1052HttpStatus: 409
1053 1053
1054Value: 2504
1055Name: MERCHANT_PRIVATE_POST_ORDERS_REFUND_AFTER_WIRE_DEADLINE
1056Description: The request is invalid: the wire deadline is before the refund deadline.
1057HttpStatus: 400
1058
1054Value: 2510 1059Value: 2510
1055Name: MERCHANT_PRIVATE_PATCH_ORDERS_ID_FORGET_PATH_SYNTAX_INCORRECT 1060Name: MERCHANT_PRIVATE_PATCH_ORDERS_ID_FORGET_PATH_SYNTAX_INCORRECT
1056Description: One of the paths to forget is malformed. 1061Description: One of the paths to forget is malformed.
@@ -1766,10 +1771,6 @@ HttpStatus: 0
1766 1771
1767# 9000 - 9998: Unallocated. 1772# 9000 - 9998: Unallocated.
1768 1773
1769
1770
1771# 9000 - 9998: Unallocated.
1772
1773Value: 9999 1774Value: 9999
1774Name: END 1775Name: END
1775Description: End of error code range. 1776Description: End of error code range.