aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.