aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu-taler-error-codes/registry.rec15
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index fc36f12..5ebca96 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1666,6 +1666,21 @@ Name: ANASTASIS_REDUCER_INPUT_VALIDATION_FAILED
1666Description: An input did not match the custom validation logic. 1666Description: An input did not match the custom validation logic.
1667HttpStatus: 0 1667HttpStatus: 0
1668 1668
1669Value: 8410
1670Name: ANASTASIS_REDUCER_POLICY_LOOKUP_FAILED
1671Description: Our attempts to download the recovery document failed with all providers.
1672HttpStatus: 0
1673
1674Value: 8411
1675Name: ANASTASIS_REDUCER_BACKUP_PROVIDER_FAILED
1676Description: A backup provider reported a fatal failure.
1677HttpStatus: 0
1678
1679Value: 8412
1680Name: ANASTASIS_REDUCER_PROVIDER_CONFIG_FAILED
1681Description: A backup provider failed to respond to the configuration request.
1682HttpStatus: 0
1683
1669 1684
1670 1685
1671# 9000 - 9998: Unallocated. 1686# 9000 - 9998: Unallocated.