We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c830695 commit 89ab708Copy full SHA for 89ab708
1 file changed
ocaml/idl/datamodel_errors.ml
@@ -738,6 +738,8 @@ 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 found to setup TLS connection to Windows AD" () ;
743
error Api_errors.auth_enable_failed ["message"]
744
~doc:"The host failed to enable external authentication." () ;
745
error Api_errors.auth_enable_failed_wrong_credentials ["message"]
0 commit comments