aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-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.