You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ocaml/idl/api_messages.ml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ let v6_license_server_version_obsolete = addMessage "LICENSE_SERVER_VERSION_OBSO
95
95
(* PVS alerts *)
96
96
let pvs_proxy_no_cache_sr_available = addMessage "PVS_PROXY_NO_CACHE_SR_AVAILABLE"3L(* No cache storage available for pvs site on the host *)
97
97
let pvs_proxy_setup_failed = addMessage "PVS_PROXY_SETUP_FAILED"3L(* Setting up pvs proxy rules or pvs proxy daemon initialisation failed internally *)
98
+
let pvs_proxy_no_server_available = addMessage "PVS_PROXY_NO_SERVER_AVAILABLE"3L(* No pvs server available for pvs site on host *)
98
99
99
100
(* VMPP message types *)
100
101
let vmpp_snapshot_lock_failed = addMessage "VMPP_SNAPSHOT_LOCK_FAILED"3L(*'The snapshot phase is already executing for this protection policy. Please try again later'*)
0 commit comments