summaryrefslogtreecommitdiff
path: root/src/include/anastasis_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/anastasis_service.h')
-rw-r--r--src/include/anastasis_service.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/include/anastasis_service.h b/src/include/anastasis_service.h
index 637e43b..a08f25b 100644
--- a/src/include/anastasis_service.h
+++ b/src/include/anastasis_service.h
@@ -466,9 +466,16 @@ enum ANASTASIS_KeyShareDownloadStatus
/**
* Too many attempts to solve the challenge were made in a short
- * time. Try again laster.
+ * time. Try again later.
*/
- ANASTASIS_KSD_RATE_LIMIT_EXCEEDED
+ ANASTASIS_KSD_RATE_LIMIT_EXCEEDED,
+
+ /**
+ * The user did not satisfy the (external)
+ * authentication check until the request timeout
+ * was reached. The client should try again later.
+ */
+ ANASTASIS_KSD_AUTHENTICATION_TIMEOUT
};