diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-09-26 19:22:14 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-09-26 19:22:14 +0200 |
commit | 3b638032297cfed132912dfe82a1c47033eff03b (patch) | |
tree | 4a4dd6cf8832ce0d9deeb377961aa553265d2d8e | |
parent | 2c86cc069070098c460b76c5d762e9561142ee7b (diff) |
-new TOTP error codes
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 83e47a3..1d6d00a 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1733,6 +1733,17 @@ Description: The provided IBAN address is not an acceptable IBAN. HttpStatus: 417 +Value: 8240 +Name: ANASTASIS_TOTP_KEY_MISSING +Description: The backend did not find a TOTP key in the data provided. +HttpStatus: 417 + +Value: 8241 +Name: ANASTASIS_TOTP_KEY_INVALID +Description: The key provided does not satisfy the format restrictions for an Anastasis TOTP key. +HttpStatus: 417 + + Value: 8301 Name: ANASTASIS_POLICY_BAD_IF_NONE_MATCH Description: The given if-none-match header is malformed. |