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.rec20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index b519a51..164c4f3 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1626,6 +1626,26 @@ Name: ANASTASIS_REDUCER_STATE_INVALID
1626Description: The given state of the reducer is invalid. 1626Description: The given state of the reducer is invalid.
1627HttpStatus: 0 1627HttpStatus: 0
1628 1628
1629Value: 8402
1630Name: ANASTASIS_REDUCER_INPUT_INVALID
1631Description: The given input to the reducer is invalid.
1632HttpStatus: 0
1633
1634Value: 8403
1635Name: ANASTASIS_REDUCER_AUTHENTICATION_METHOD_NOT_SUPPORTED
1636Description: The selected authentication method does ot work for the Anastasis provider.
1637HttpStatus: 0
1638
1639Value: 8404
1640Name: ANASTASIS_REDUCER_INPUT_INVALID_FOR_STATE
1641Description: The given input and action do not work for the current state.
1642HttpStatus: 0
1643
1644Value: 8405
1645Name: ANASTASIS_REDUCER_BACKEND_FAILURE
1646Description: We experienced an unexpected failure interacting with the backend.
1647HttpStatus: 0
1648
1629 1649
1630 1650
1631 1651