aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-02-15 13:25:31 +0100
committerChristian Grothoff <christian@grothoff.org>2021-02-15 13:26:04 +0100
commitf32a9a4275abf1de5d23ae6d0b366b1449c21b78 (patch)
treeab0158f9c4341e7b5fd54ffa7b5c49f552c5c175 /gnu-taler-error-codes
parentc17bb5f294870f1179c3f104bafbe3ad9992c67e (diff)
downloadgana-f32a9a4275abf1de5d23ae6d0b366b1449c21b78.tar.gz
gana-f32a9a4275abf1de5d23ae6d0b366b1449c21b78.zip
reducer error codes
Diffstat (limited to 'gnu-taler-error-codes')
-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.