aboutsummaryrefslogtreecommitdiff
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
466 466
467 /** 467 /**
468 * Too many attempts to solve the challenge were made in a short 468 * Too many attempts to solve the challenge were made in a short
469 * time. Try again laster. 469 * time. Try again later.
470 */ 470 */
471 ANASTASIS_KSD_RATE_LIMIT_EXCEEDED 471 ANASTASIS_KSD_RATE_LIMIT_EXCEEDED,
472
473 /**
474 * The user did not satisfy the (external)
475 * authentication check until the request timeout
476 * was reached. The client should try again later.
477 */
478 ANASTASIS_KSD_AUTHENTICATION_TIMEOUT
472 479
473}; 480};
474 481