diff options
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index a650116..54c46a2 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1748,17 +1748,17 @@ Name: ANASTASIS_REDUCER_SECRET_MALFORMED Description: The recovered secret did not match the required syntax. HttpStatus: 0 -Value: 8415 +Value: 8416 Name: ANASTASIS_REDUCER_CHALLENGE_DATA_TOO_BIG Description: The challenge data provided is too large for the available providers. HttpStatus: 0 -Value: 8416 +Value: 8417 Name: ANASTASIS_REDUCER_SECRET_TOO_BIG Description: The provided core secret is too large for some of the providers. HttpStatus: 0 -Value: 8417 +Value: 8418 Name: ANASTASIS_REDUCER_PROVIDER_INVALID_CONFIG Description: The provider returned in invalid configuration. HttpStatus: 0 |