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.rec26
1 files changed, 25 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 164c4f3..fce562b 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1646,11 +1646,35 @@ Name: ANASTASIS_REDUCER_BACKEND_FAILURE
1646Description: We experienced an unexpected failure interacting with the backend. 1646Description: We experienced an unexpected failure interacting with the backend.
1647HttpStatus: 0 1647HttpStatus: 0
1648 1648
1649Value: 8406
1650Name: ANASTASIS_REDUCER_RESOURCE_MALFORMED
1651Description: The contents of a resource file did not match our expectations.
1652HttpStatus: 0
1649 1653
1654Value: 8407
1655Name: ANASTASIS_REDUCER_RESOURCE_MISSING
1656Description: A required resource file is missing.
1657HttpStatus: 0
1650 1658
1659Value: 8408
1660Name: ANASTASIS_REDUCER_INPUT_REGEX_FAILED
1661Description: An input did not match the regular expression.
1662HttpStatus: 0
1651 1663
1652# 9000 - 9998: Unallocated. 1664Value: 8408
1665Name: ANASTASIS_REDUCER_INPUT_REGEX_FAILED
1666Description: An input did not match the regular expression.
1667HttpStatus: 0
1653 1668
1669Value: 8409
1670Name: ANASTASIS_REDUCER_INPUT_VALIDATION_FAILED
1671Description: An input did not match the custom validation logic.
1672HttpStatus: 0
1673
1674
1675
1676
1677# 9000 - 9998: Unallocated.
1654 1678
1655Value: 9999 1679Value: 9999
1656Name: END 1680Name: END