Skip to content

Commit eeae75b

Browse files
author
Lin Liu
committed
CP-311860: register auth_no_certs error message
Signed-off-by: Lin Liu <lin.liu01@citrix.com>
1 parent c830695 commit eeae75b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ocaml/idl/datamodel_errors.ml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,9 @@ let _ =
738738
error Api_errors.auth_invalid_certs ["message"]
739739
~doc:"The certificates are invalid to setup TLS connection to Windows AD."
740740
() ;
741+
error Api_errors.auth_no_certs ["message"]
742+
~doc:"No certificates are installed to setup TLS connection to Windows AD."
743+
() ;
741744
error Api_errors.auth_enable_failed ["message"]
742745
~doc:"The host failed to enable external authentication." () ;
743746
error Api_errors.auth_enable_failed_wrong_credentials ["message"]

0 commit comments

Comments
 (0)