We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c830695 commit eeae75bCopy full SHA for eeae75b
ocaml/idl/datamodel_errors.ml
@@ -738,6 +738,9 @@ let _ =
738
error Api_errors.auth_invalid_certs ["message"]
739
~doc:"The certificates are invalid to setup TLS connection to Windows AD."
740
() ;
741
+ error Api_errors.auth_no_certs ["message"]
742
+ ~doc:"No certificates are installed to setup TLS connection to Windows AD."
743
+ () ;
744
error Api_errors.auth_enable_failed ["message"]
745
~doc:"The host failed to enable external authentication." () ;
746
error Api_errors.auth_enable_failed_wrong_credentials ["message"]
0 commit comments