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/datamodel.ml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -985,6 +985,8 @@ let _ =
985
985
~doc:"Host cannot attach network (in the case of NIC bonding, this may be because attaching the network on this host would require other networks [that are currently active] to be taken down)."();
986
986
error Api_errors.vm_requires_vdi [ "vm"; "vdi" ]
987
987
~doc:"VM cannot be started because it requires a VDI which cannot be attached"();
988
+
error Api_errors.vm_has_no_suspend_vdi [ "vm" ]
989
+
~doc:"VM cannot be resumed because it has no suspend VDI"();
0 commit comments