aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu-taler-error-codes/registry.rec21
1 files changed, 20 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 164c4f3..ca744ce 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1646,12 +1646,31 @@ 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: 8409
1665Name: ANASTASIS_REDUCER_INPUT_VALIDATION_FAILED
1666Description: An input did not match the custom validation logic.
1667HttpStatus: 0
1653 1668
1654 1669
1670
1671
1672# 9000 - 9998: Unallocated.
1673
1655Value: 9999 1674Value: 9999
1656Name: END 1675Name: END
1657Description: End of error code range. 1676Description: End of error code range.