diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-10 15:02:33 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-10 15:02:33 +0200 |
commit | fd5f8ca01e319278ecdf7ee29df4ee4176f1e4c6 (patch) | |
tree | 7d905466f73ed577469f823ca72391ea6942bf02 | |
parent | 8c7b8070cda514af0cad1492a8b0b1868cba113a (diff) |
more ECs: typo
-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 |