aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-02-15 12:30:57 +0100
committerChristian Grothoff <christian@grothoff.org>2021-02-15 12:30:57 +0100
commitc17bb5f294870f1179c3f104bafbe3ad9992c67e (patch)
treef27e899e95632c52173dbd6104e94fe62cfbf1a2 /gnu-taler-error-codes/registry.rec
parentf661571bf38052515adefa3e47b7516c5ddfe725 (diff)
downloadgana-c17bb5f294870f1179c3f104bafbe3ad9992c67e.tar.gz
gana-c17bb5f294870f1179c3f104bafbe3ad9992c67e.zip
reducer error codes
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