From c17bb5f294870f1179c3f104bafbe3ad9992c67e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 15 Feb 2021 12:30:57 +0100 Subject: reducer error codes --- gnu-taler-error-codes/registry.rec | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gnu-taler-error-codes/registry.rec') 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 Description: The given state of the reducer is invalid. HttpStatus: 0 +Value: 8402 +Name: ANASTASIS_REDUCER_INPUT_INVALID +Description: The given input to the reducer is invalid. +HttpStatus: 0 + +Value: 8403 +Name: ANASTASIS_REDUCER_AUTHENTICATION_METHOD_NOT_SUPPORTED +Description: The selected authentication method does ot work for the Anastasis provider. +HttpStatus: 0 + +Value: 8404 +Name: ANASTASIS_REDUCER_INPUT_INVALID_FOR_STATE +Description: The given input and action do not work for the current state. +HttpStatus: 0 + +Value: 8405 +Name: ANASTASIS_REDUCER_BACKEND_FAILURE +Description: We experienced an unexpected failure interacting with the backend. +HttpStatus: 0 + -- cgit v1.2.3