aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-26 19:22:14 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-26 19:22:14 +0200
commit3b638032297cfed132912dfe82a1c47033eff03b (patch)
tree4a4dd6cf8832ce0d9deeb377961aa553265d2d8e
parent2c86cc069070098c460b76c5d762e9561142ee7b (diff)
downloadgana-3b638032297cfed132912dfe82a1c47033eff03b.tar.gz
gana-3b638032297cfed132912dfe82a1c47033eff03b.zip
-new TOTP error codes
-rw-r--r--gnu-taler-error-codes/registry.rec11
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.
1733HttpStatus: 417 1733HttpStatus: 417
1734 1734
1735 1735
1736Value: 8240
1737Name: ANASTASIS_TOTP_KEY_MISSING
1738Description: The backend did not find a TOTP key in the data provided.
1739HttpStatus: 417
1740
1741Value: 8241
1742Name: ANASTASIS_TOTP_KEY_INVALID
1743Description: The key provided does not satisfy the format restrictions for an Anastasis TOTP key.
1744HttpStatus: 417
1745
1746
1736Value: 8301 1747Value: 8301
1737Name: ANASTASIS_POLICY_BAD_IF_NONE_MATCH 1748Name: ANASTASIS_POLICY_BAD_IF_NONE_MATCH
1738Description: The given if-none-match header is malformed. 1749Description: The given if-none-match header is malformed.