aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec21
1 files changed, 19 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index e1fb8ce..983eefd 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1500,8 +1500,6 @@ Description: The backend could not check payment status with the payment process
1500HttpStatus: 500 1500HttpStatus: 500
1501 1501
1502 1502
1503
1504
1505Value: 8108 1503Value: 8108
1506Name: ANASTASIS_TRUTH_UNKNOWN 1504Name: ANASTASIS_TRUTH_UNKNOWN
1507Description: The truth public key is unknown to the provider. 1505Description: The truth public key is unknown to the provider.
@@ -1567,6 +1565,10 @@ Name: ANASTASIS_TRUTH_DECRYPTION_FAILED
1567Description: The decryption of the truth object failed with the provided key. 1565Description: The decryption of the truth object failed with the provided key.
1568HttpStatus: 417 1566HttpStatus: 417
1569 1567
1568Value: 8121
1569Name: ANASTASIS_TRUTH_RATE_LIMITED
1570Description: The request rate is too high. The server is refusing requests to guard against brute-force attacks.
1571HttpStatus: 429
1570 1572
1571 1573
1572Value: 8150 1574Value: 8150
@@ -1655,6 +1657,11 @@ Name: ANASTASIS_POLICY_INVALID_UPLOAD
1655Description: The uploaded data does not match the Etag. 1657Description: The uploaded data does not match the Etag.
1656HttpStatus: 400 1658HttpStatus: 400
1657 1659
1660Value: 8350
1661Name: ANASTASIS_POLICY_NOT_FOUND
1662Description: The provider is unaware of the requested policy.
1663HttpStatus: 404
1664
1658 1665
1659 1666
1660Value: 8400 1667Value: 8400
@@ -1722,6 +1729,16 @@ Name: ANASTASIS_REDUCER_PROVIDER_CONFIG_FAILED
1722Description: A backup provider failed to respond to the configuration request. 1729Description: A backup provider failed to respond to the configuration request.
1723HttpStatus: 0 1730HttpStatus: 0
1724 1731
1732Value: 8413
1733Name: ANASTASIS_REDUCER_POLICY_MALFORMED
1734Description: The policy we downloaded is malformed. Must have been a client error while creating the backup.
1735HttpStatus: 0
1736
1737Value: 8414
1738Name: ANASTASIS_REDUCER_NETWORK_FAILED
1739Description: We failed to obtain the policy, likely due to a network issue.
1740HttpStatus: 0
1741
1725 1742
1726 1743
1727# 9000 - 9998: Unallocated. 1744# 9000 - 9998: Unallocated.